Skip to content
Snippets Groups Projects
Commit 51419277 authored by Oliver Sander's avatar Oliver Sander
Browse files

bugfix: when downloading UG using CVS you have to call autogen.sh before you can call configure

[[Imported from SVN: r4938]]
parent f766fbe5
No related branches found
No related tags found
No related merge requests found
......@@ -218,6 +218,7 @@ cd UG/ug
</li>
<li><p>Build the UG make system</p>
<pre>
./autogen.sh
./configure --prefix=my_favourite_ug_installation_path --enable-dune CC=g++
</pre>
<ul>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment