POV-Ray / povray

The Persistence of Vision Raytracer (POV-Ray)
https://www.povray.org/
GNU Affero General Public License v3.0
1.37k stars 283 forks source link

README: dependency on libboost-thread-dev is missing #401

Closed fjf2002 closed 3 years ago

fjf2002 commented 4 years ago

In document https://github.com/POV-Ray/povray/blob/master/unix/README.md,

dependency on libboost-thread-dev is missing.

Regards, fjf2002

c-lipka commented 3 years ago

This is entirely intentional. As of v3.8.0-alpha.10064268, POV-Ray should no longer require libbost-thread-dev, as it has been updated to rely entirely on C++11 features instead of boost for multithreading.

Should you experience any build errors without first installing libboost-thread-dev, please let us know.