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

  1. Download and extract LAStools from
  2. Delete all folders except LASlib and LASzip
  3. Delete all files except CHNAGES.txt, CMakeLists.txt, COPYING.txt, LICENSE.txt, README.txt and .gitignore
  4. Alter CMakeLists.txt. Remove line add_subdirectory(src)
  5. Test build with CMake
    1. Build directory = LAStools/build
    2. Set CMAKE_INSTALL_PREFIX = LAStools/build/install
    3. Configure and generate
    4. make
    5. make install
  6. Copy LASlib folders and files to SpatiumGL/thirdparty/laslib/laslib-src

GLFW

GLEW

Googletest