Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
3D-query-replace
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
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
Guillaume Damiand
3D-query-replace
Commits
23ca907b
Commit
23ca907b
authored
3 years ago
by
Guillaume Damiand
Browse files
Options
Downloads
Patches
Plain Diff
Update readme
parent
0ac958f4
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+5
-7
5 additions, 7 deletions
README.md
with
5 additions
and
7 deletions
README.md
+
5
−
7
View file @
23ca907b
...
@@ -27,12 +27,10 @@ Installation commands:
...
@@ -27,12 +27,10 @@ Installation commands:
*
apt-get update
*
apt-get update
*
apt-get install g++ cmake git
*
apt-get install g++ cmake git
*
apt-get install libqt5opengl5-dev libqt5svg5-dev qtbase5-dev
*
apt-get install libqt5opengl5-dev libqt5svg5-dev qtbase5-dev
qtscript5-dev
*
apt-get install libboost-dev libboost-program-options-dev libboost-system-dev libboost-thread-dev
*
apt-get install libboost-dev libboost-program-options-dev libboost-system-dev libboost-thread-dev
*
apt-get install libgmp-dev libmpfr-dev zlib1g-dev
*
apt-get install libgmp-dev libmpfr-dev zlib1g-dev libtet1.5-dev
*
apt-get install libtet1.5 qtscript5-dev
*
cd
*
to solve a missing link (bug in docker image?)
ln -s /usr/lib/x86_64-linux-gnu/libtet.so.1.5 /usr/lib/x86_64-linux-gnu/libtet.so
*
git clone https://github.com/CGAL/cgal.git
*
git clone https://github.com/CGAL/cgal.git
*
cd cgal
*
cd cgal
*
git checkout 2b547ec58a9e34458792cb3f09ead399bb6dd075
*
git checkout 2b547ec58a9e34458792cb3f09ead399bb6dd075
...
@@ -49,11 +47,11 @@ Installation commands:
...
@@ -49,11 +47,11 @@ Installation commands:
cd builds
cd builds
mkdir release
mkdir release
cd release
cd release
cmake -DCMAKE_BUILD_TYPE=Release ../../src -DCGAL_DIR=
../../..
/cgal/
cmake -DCMAKE_BUILD_TYPE=Release ../../src -DCGAL_DIR=
/root
/cgal/
make
make
```
```
Replace
```/cgal/directory
```
by the full path to the directory containing CGAL.
If necessary, replace
```/root/cgal
```
by the full path to the directory containing CGAL.
# 4. Run the Programs
# 4. Run the Programs
...
...
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