Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libHexEx
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HexEx
libHexEx
Commits
e20ac331
Commit
e20ac331
authored
4 years ago
by
Max Lyon
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://graphics.rwth-aachen.de:9000/HexEx/libHexEx
parents
c198ef58
8d451b36
No related branches found
No related tags found
No related merge requests found
Pipeline
#15381
passed
4 years ago
Stage: build
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
BUILDING
+27
-3
27 additions, 3 deletions
BUILDING
with
27 additions
and
3 deletions
BUILDING
+
27
−
3
View file @
e20ac331
...
...
@@ -2,7 +2,31 @@ libHexEx uses the cmake build system.
libHexEx depends on OpenVolumeMesh 2.0, which is available on www.openvolumemesh.org.
In order to build libHexEx, you can perform the following steps:
If you do not already have OpenVolumeMesh installed on your system you can build
LibHexEx together with OpenVolumeMesh by performing the following steps:
# Clone libHexEx
git clone https://www.graphics.rwth-aachen.de:9000/HexEx/libHexEx.git libHexEx
cd libHexEx
# Clone OpenVolumeMesh
git clone https://graphics.rwth-aachen.de:9000/OpenVolumeMesh/OpenVolumeMesh
# Create build directory
mkdir build
cd build
# Initialize the build directory
cmake ..
# Build
make
# Try a demo
./demo/minimum_example/minimum_example
If you do have OpenVolumeMesh installed, you can build libHexEx by performing the following steps:
# Clone libHexEx
git clone https://www.graphics.rwth-aachen.de:9000/HexEx/libHexEx.git libHexEx
...
...
@@ -13,8 +37,8 @@ mkdir build
cd build
# Initialize the build directory
cmake -D OPENVOLUMEMESH_INCLUDE_DIR=/path/to/OpenVolumeMesh/
src
\
-D OPENVOLUMEMESH_LIBRARY_DIR=/path/to/OpenVolumeMesh/
binaries
..
cmake -D OPENVOLUMEMESH_INCLUDE_DIR=/path/to/OpenVolumeMesh/
include
\
-D OPENVOLUMEMESH_LIBRARY_DIR=/path/to/OpenVolumeMesh/
lib
..
# Build
make
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment