EphTron / 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.

Home Page:https://www.uni-weimar.de/de/medien/professuren/vr/software/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

 

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.

https://www.uni-weimar.de/de/medien/professuren/vr/software/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C++ 83.7%Language:C 12.5%Language:CMake 1.6%Language:GLSL 1.4%Language:Python 0.5%Language:Objective-C 0.3%Language:Shell 0.1%Language:Makefile 0.0%