Coder Social home page Coder Social logo

vrsys / lamure Goto Github PK

View Code? Open in Web Editor NEW
6.0 10.0 16.0 61.6 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 1.56% C++ 82.64% C 12.25% Shell 0.21% GLSL 2.45% Makefile 0.01% Python 0.63% Objective-C 0.26%

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
    

 

lamure's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

lamure's Issues

aux.h and aux.cpp can't be checked out on windows

Iamure can't be checked out on windows because aux is a reserverd filename on windows.
Could you please rename it to e.g. prov_aux.h/cpp

error: unable to create file provenance/include/lamure/prov/aux.h: No such file or directory
error: unable to create file provenance/src/aux.cpp: No such file or directory

Building on Ubutun 18.04

I receive this error message when building with make:
In file included from /home/sang/Software/lamure/preprocessing/include/lamure/pre/io/file.h:13:0,
from /home/sang/Software/lamure/preprocessing/include/lamure/pre/surfel_disk_array.h:12,
from /home/sang/Software/lamure/preprocessing/include/lamure/pre/basic_algorithms.h:12,
from /home/sang/Software/lamure/preprocessing/src/basic_algorithms.cpp:8:
/home/sang/Software/lamure/preprocessing/include/lamure/pre/prov.h: In static member function ‘static void lamure::pre::prov::write_json(const string&)’:
/home/sang/Software/lamure/preprocessing/include/lamure/pre/prov.h:48:37: error: variable ‘std::stringstream ss’ has initializer but incomplete type
std::stringstream ss(filestr);
^
In file included from /home/sang/Software/lamure/preprocessing/include/lamure/pre/basic_algorithms.h:13:0,
from /home/sang/Software/lamure/preprocessing/src/basic_algorithms.cpp:8:
/home/sang/Software/lamure/preprocessing/include/lamure/pre/surfel_mem_array.h: In static member function ‘static std::function<bool(const lamure::pre::surfel_ext&, const lamure::pre::surfel_ext&)> lamure::pre::surfel_ext::compare(uint8_t)’:
/home/sang/Software/lamure/preprocessing/include/lamure/pre/surfel_mem_array.h:50:3: warning: control reaches end of non-void function [-Wreturn-type]
}
^
preprocessing/CMakeFiles/lamure_preprocessing.dir/build.make:62: recipe for target 'preprocessing/CMakeFiles/lamure_preprocessing.dir/src/basic_algorithms.cpp.o' failed
make[2]: *** [preprocessing/CMakeFiles/lamure_preprocessing.dir/src/basic_algorithms.cpp.o] Error 1
CMakeFiles/Makefile2:195: recipe for target 'preprocessing/CMakeFiles/lamure_preprocessing.dir/all' failed
make[1]: *** [preprocessing/CMakeFiles/lamure_preprocessing.dir/all] Error 2
Makefile:129: recipe for target 'all' failed
make: *** [all] Error 2

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.