Skip to content

Commit ba601f0

Browse files
committed
Update README.md and CMakeLists.txt, as suggested by Orcun
1 parent e8ea9f1 commit ba601f0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ option (pread "Build pread-voronoi example (req
1010
option (diy_thread "Enable diy threading" OFF)
1111
option (omp_thread "Enable openmp threading" OFF)
1212
option (build_examples "Build examples" ON)
13-
option (build_tools "Build tools" ON)
13+
option (build_tools "Build tools" OFF)
1414

1515
set (serial "QHull" CACHE STRING "serial Delaunay library to use")
1616
set_property (CACHE serial PROPERTY STRINGS CGAL QHull)

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ git clone https://github.com/diatomic/diy2
2525
b. [Qhull](http://qhull.org/)
2626

2727
```
28-
wget http://www.qhull.org/download/qhull-2012.1-src.tgz
29-
tar -xvf qhull-2012.1-src.tgz
30-
cd qhull-2012.1-src
28+
wget http://www.qhull.org/download/qhull-2020-src-8.0.2.tgz
29+
tar -xvf qhull-2020-src-8.0.2.tgz
30+
cd qhull-2020.2/
3131
make
3232
```
3333

@@ -42,8 +42,8 @@ cmake /path/to/tess \
4242
-DCMAKE_INSTALL_PREFIX=/path/to/tess2/install \
4343
-Dserial=QHull \
4444
-DDIY_INCLUDE_DIRS=/path/to/diy/include \
45-
-DQHull_INCLUDE_DIRS=/path/to/qhull/include \
46-
-DQHull_LIBRARY=/path/to/qhull/lib
45+
-DQHull_INCLUDE_DIRS=/path/to/qhull-2020.2/src/libqhull \
46+
-DQHull_LIBRARY=/path/to/qhull-2020.2/lib/libqhullstatic.a
4747
4848
make
4949
make install

0 commit comments

Comments
 (0)