potree/PotreeConverter on GitHub
Builds a potree octree from las, laz, binary ply, xyz or ptx files. lastools (from fork with cmake) cd ~/dev/workspaces/lastools git clone https://github.com/m-schuetz/LAStools.git master cd master/LASzip mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release .. make PotreeConverter cd ~/dev/workspaces/PotreeConverter git clone https://github.com/potree/PotreeConverter.git master cd master mkdir build cd build cmake -DCMAKE_BUILD_TYPE=Release -DLASZIP_INCLUDE_DIRS=~/dev/workspaces/lastools/master/LASzip/dll -DLASZIP_LIBRARY=~/dev/workspaces/lastools/master/LASzip/build/src/liblaszip.so ..
https://libraries.io/github/potree/PotreeConverter