PotreeConverter
PotreeConverter copied to clipboard
Issue While Building Potree 1.6 in Ubuntu 22.04 jammy version
My commands :
wget https://github.com/potree/PotreeConverter/archive/refs/tags/1.6.zip
unzip 1.6.zip
cd PotreeConverter-1.6
mkdir build
cd build
cmake .. -DCMAKE_BUILD_TYPE=Release \
-DLASZIP_INCLUDE_DIRS=/usr/include/laszip \
-DLASZIP_LIBRARY=/usr/lib/liblaszip.so \
-DCMAKE_INSTALL_PREFIX=/usr
make && make install