Coder Social home page Coder Social logo

yorrickslr / lamure Goto Github PK

View Code? Open in Web Editor NEW

This project forked from vrsys/lamure

0.0 2.0 0.0 47.85 MB

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/

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

CMake 3.28% C++ 85.89% C 6.49% Shell 0.01% Makefile 0.01% Python 1.38% GLSL 2.90% HTML 0.06%

lamure's Introduction

 

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
    

 

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.