PotreeConverter icon indicating copy to clipboard operation
PotreeConverter copied to clipboard

Issue While Building Potree 1.6 in Ubuntu 22.04 jammy version

Open paidiakileswar opened this issue 1 year ago • 0 comments

image

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

paidiakileswar avatar May 11 '24 06:05 paidiakileswar