File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed
Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change 1- # cmake .
2- # make VERBOSE=1
1+ # # This make file is hard-coded to work on Debian 10 with the following
2+ # # packages:
3+ # # apt-get install libocct-data-exchange-dev libocct-draw-dev libocct-foundation-dev \
4+ ## libocct-modeling-algorithms-dev libocct-modeling-data-dev \
5+ ## libocct-ocaf-dev libocct-visualization-dev \
6+ ## libtbb-dev
7+ # #
8+ # # Other systems will likely need adjustments.
9+ # #
10+ # # An easy(?) way to see how to build with OpenCASCADE on your system
11+ # # is to follow the installation examples of:
12+ # # https://github.com/miho/OCC-CSG/
13+ # #
14+ # # After building it, run:
15+ # # cmake .
16+ # # make VERBOSE=1
17+ # # And you'll see the exact G++ command-line that was used.
18+ # #
19+ # #
320
421CPPFLAGS =-I/usr/include/opencascade
522CXXFLAGS=-std =c++11 -g -O0
You can’t perform that action at this time.
0 commit comments