Skip to content

jaideep777/GLiDaR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLiDaR

Read and Visualize LAS files

Compiling

  1. Install openGL libraries
  2. Install libglm from apt - sudo apt-get install libglm-dev
  3. Compile QuickGL as a shared library - Clone https://github.com/jaideep777/quickGL and type make
  4. Intall liblas from apt - sudo apt-get install liblas-dev liblas-c-dev
  5. Edit path to libquickgl.so in glidar/Makefile, and set LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/path/to/quickgl/lib
  6. compile glidar - make

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published