potree / PotreeConverter

Create multi res point cloud to use with potree
http://potree.org
BSD 2-Clause "Simplified" License
679 stars 423 forks source link

Issue building on OSX #200

Closed nickponline closed 4 years ago

nickponline commented 8 years ago

After building LASzip it creates a liblaszip.dylib not a liblaszip.so. Then after running

cmake -DCMAKE_BUILD_TYPE=Release -DLASZIP_INCLUDE_DIRS=../../master/LASzip/dll -DLASZIP_LIBRARY=../../master/LASzip/build/src/liblaszip.so ..
make

It fails with:

ld: library not found for -l../..//master/LASzip/build/src/liblaszip.so

maxvint commented 7 years ago

Can I change -DLASZIP_LIBRARY=../../master/LASzip/build/src/liblaszip.so to -DLASZIP_LIBRARY=../../master/LASzip/build/src/liblaszip.dylib ?