Third party - martijnkoopman/SpatiumGL GitHub Wiki
Third parties
The following thirdparties are embedded within SpatiumGL's source code:
- LASlib (with LASzip)
- GLFW
- GLEW
- Googletest
These third parties are built whenever CMake configure is being executed.
LASlib
Update
- Download and extract LAStools from
- Delete all folders except
LASlibandLASzip - Delete all files except
CHNAGES.txt,CMakeLists.txt,COPYING.txt,LICENSE.txt,README.txtand.gitignore - Alter
CMakeLists.txt. Remove lineadd_subdirectory(src) - Test build with CMake
- Build directory =
LAStools/build - Set
CMAKE_INSTALL_PREFIX = LAStools/build/install - Configure and generate
makemake install
- Build directory =
- Copy LASlib folders and files to
SpatiumGL/thirdparty/laslib/laslib-src