Skip to content

LIHPC-Computational-Geometry/geogram-based_program

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

geogram-based_program

A ready-to-use empty program based on the geogram library.

Requires CMake. Only explected to work on Ubuntu.

Generate the configuration files

Replace <name_of_your_project> by the name of your project (for references in config files). It must contain only alphanumerical or underscore characters, no spaces, and start with a letter.

git clone --recurse-submodules https://github.com/LIHPC-Computational-Geometry/geogram-based_program.git
cd geogram-based_program
chmod +x generate_config_files.py
./generate_config_files.py <name_of_your_project>

Build

cd ext/geogram
git submodule init
git submodule update
cd ../..
chmod +x configure.sh
./configure.sh
cd build/Linux64-gcc-dynamic-Release/
make -j8

Execute

./simple_mesh_app

About

A ready-to-use empty program based on the geogram library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages