File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 2929 sudo apt-get install --no-install-recommends \
3030 git cmake gcc g++ libboost1.67-all-dev python3-all-dev swig libpcre3-dev libxml2-dev \
3131 liboce-foundation-dev liboce-modeling-dev liboce-ocaf-dev liboce-visualization-dev liboce-ocaf-lite-dev \
32- libhdf5-dev
32+ libhdf5-dev libcgal-dev
3333
3434 -
3535 name : ccache
5555 -DCOLLADA_SUPPORT=Off \
5656 -DLIBXML2_INCLUDE_DIR=/usr/include/libxml2 \
5757 -DLIBXML2_LIBRARIES=/usr/lib/x86_64-linux-gnu/libxml2.so \
58+ \
59+ -DCGAL_INCLUDE_DIR=/usr/include \
60+ -DGMP_INCLUDE_DIR=/usr/include \
61+ -DMPFR_INCLUDE_DIR=/usr/include \
62+ -DGMP_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu \
63+ -DMFRP_LIBRARY_DIR=/usr/lib/x86_64-linux-gnu \
64+ \
5865 "-DSCHEMA_VERSIONS=2x3;4" \
5966 -DHDF5_INCLUDE_DIR=/usr/include/hdf5/serial \
6067 ../cmake
You can’t perform that action at this time.
0 commit comments