Skip to content

Commit 801da20

Browse files
committed
update Makefile
1 parent 2cf10e4 commit 801da20

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

Makefile

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
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

421
CPPFLAGS=-I/usr/include/opencascade
522
CXXFLAGS=-std=c++11 -g -O0

0 commit comments

Comments
 (0)