File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ option (pread "Build pread-voronoi example (req
10
10
option (diy_thread "Enable diy threading" OFF )
11
11
option (omp_thread "Enable openmp threading" OFF )
12
12
option (build_examples "Build examples" ON )
13
- option (build_tools "Build tools" ON )
13
+ option (build_tools "Build tools" OFF )
14
14
15
15
set (serial "QHull" CACHE STRING "serial Delaunay library to use" )
16
16
set_property (CACHE serial PROPERTY STRINGS CGAL QHull )
Original file line number Diff line number Diff line change @@ -25,9 +25,9 @@ git clone https://github.com/diatomic/diy2
25
25
b. [ Qhull] ( http://qhull.org/ )
26
26
27
27
```
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/
31
31
make
32
32
```
33
33
@@ -42,8 +42,8 @@ cmake /path/to/tess \
42
42
-DCMAKE_INSTALL_PREFIX=/path/to/tess2/install \
43
43
-Dserial=QHull \
44
44
-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
47
47
48
48
make
49
49
make install
You can’t perform that action at this time.
0 commit comments