Skip to content
/ lamure Public
forked from vrsys/lamure

LAMURE - C++-library for processing, level-of-detail management and visualization of large data sets. Please cite our work when using our software in your own research or publication.

License

BSD-3-Clause, BSD-3-Clause licenses found

Licenses found

BSD-3-Clause
LICENSE
BSD-3-Clause
license.txt
Notifications You must be signed in to change notification settings

Nyran/lamure

 
 

 

Building under Ubuntu distribution notice

To be able to build LAMURE framework, one has to manage following dependencies:

  1. Get CGAL 4.4, schism and Boost 1.62. A very useful shortcut would be to get builds from here and unpack them with:

    cd /
    sudo tar xvfj <name>.tar
    
  2. Next, install OpenGL, freeimage, GMP, MPFR, freeglut via:

    sudo apt-get install libgl1-mesa-dev mesa-common-dev libfreeimageplus-dev libfreeimageplus-doc libfreeimageplus3 libgmp3-dev libmpfr-dev libmpfr-doc libmpfr4 libmpfr4-dbg freeglut3-dev
    
  3. Install Gnu Compiler Collections 4.8:

    sudo apt-get install gcc-4.8 g++-4.8
    

    Make sure that CMake configuration is done properly:

    CMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++-4.8
    CMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc-4.8
    

 

About

LAMURE - C++-library for processing, level-of-detail management and visualization of large data sets. Please cite our work when using our software in your own research or publication.

Resources

License

BSD-3-Clause, BSD-3-Clause licenses found

Licenses found

BSD-3-Clause
LICENSE
BSD-3-Clause
license.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 83.6%
  • C 12.1%
  • CMake 1.8%
  • GLSL 1.5%
  • Python 0.6%
  • Objective-C 0.4%