Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Koch
dune-common
Commits
95b49289
Commit
95b49289
authored
19 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
bugfix: UG is configured using configure and not autogen.sh
[[Imported from SVN: r3753]]
parent
28a7535d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/installation-notes.wml
+5
-6
5 additions, 6 deletions
doc/installation-notes.wml
with
5 additions
and
6 deletions
doc/installation-notes.wml
+
5
−
6
View file @
95b49289
...
...
@@ -181,22 +181,21 @@ cd UG-3.9.1
<li><p>
Build the UG Make System
</p>
<kbd>
./
autogen.sh
--prefix=my_favourite_ug_installation_path \
./
configure
--prefix=my_favourite_ug_installation_path \
--enable-dune CXX=g++-3.4 CC=g++-3.4
</kbd>
<p>
With --prefix the absolute path of the directory we install to has
to be given.
</p><p>
With --enable-dune we enable special features needed by UGGrid in
Dune.
With --enable-dune we enable special features needed by Dune.
</p><p>
With the variable CC and CXX we tell configure the C and C++
compiler and linker to use. Don't forget that the compiler has to
be binary-compatible with the one you're using for
d
une.
be binary-compatible with the one you're using for
D
une.
</p><p>
!!! NOTE !!!
Even CC
and have
to be set to the C++ and not
the C compiler
and linker
!!!
<b>
Note:
</b>
Even CC
has
to be set to the C++ and not
the C compiler !!!
</p></li>
<li>
...
...
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