Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
agordon committed Sep 6, 2019
1 parent 2cf10e4 commit 801da20
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# cmake .
# make VERBOSE=1
## This make file is hard-coded to work on Debian 10 with the following
## packages:
## apt-get install libocct-data-exchange-dev libocct-draw-dev libocct-foundation-dev \
## libocct-modeling-algorithms-dev libocct-modeling-data-dev \
## libocct-ocaf-dev libocct-visualization-dev \
## libtbb-dev
##
## Other systems will likely need adjustments.
##
## An easy(?) way to see how to build with OpenCASCADE on your system
## is to follow the installation examples of:
## https://github.com/miho/OCC-CSG/
##
## After building it, run:
## cmake .
## make VERBOSE=1
## And you'll see the exact G++ command-line that was used.
##
##

CPPFLAGS=-I/usr/include/opencascade
CXXFLAGS=-std=c++11 -g -O0
Expand Down

0 comments on commit 801da20

Please sign in to comment.