Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
eee18d0f
Commit
eee18d0f
authored
18 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
*** empty log message ***
parent
8f52af81
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/README.occ
+26
-14
26 additions, 14 deletions
doc/README.occ
with
26 additions
and
14 deletions
doc/README.occ
+
26
−
14
View file @
eee18d0f
...
...
@@ -10,20 +10,32 @@ How to build OpenCascade 6.1 for Gmsh:
./configure --prefix=/usr/local/opencascade --enable-debug=no
--enable-production=yes --enable-static=yes --enable-shared=no
make FoundationClasses
make ModelingData
make ModelingAlgorithms
make DataExchange
(or just go into each dr occ/ros/adm/make/XXX and type 'make')
- then
make install
(or just go into each dir occ/ros/adm/make/XXX and type 'make install')
(In our patched version there is a script to do all this automatically)
cd adm/make;
for lib in TKernel TKMath TKAdvTools TKG2d TKG3d TKGeomBase TKBRep
TKGeomAlgo TKTopAlgo TKPrim TKBO TKHLR TKMesh TKShHealing TKBool
TKFillet TKFeat TKOffset TKXSBase TKIGES TKSTEPBase TKSTEPAttr
TKSTEP209 TKSTEP; do
cd $lib && make; cd ..;
done
(This is the same as doing
make FoundationClasses
make ModelingData
make ModelingAlgorithms
and part of
make DataExchange)
- then do
for lib in TKernel TKMath TKAdvTools TKG2d TKG3d TKGeomBase TKBRep
TKGeomAlgo TKTopAlgo TKPrim TKBO TKHLR TKMesh TKShHealing TKBool
TKFillet TKFeat TKOffset TKXSBase TKIGES TKSTEPBase TKSTEPAttr
TKSTEP209 TKSTEP; do
cd $lib && make install; cd ..;
done
(This is the same as a partial 'make install')
*************************************************************************
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment