Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
56bad45f
Commit
56bad45f
authored
Dec 08, 2016
by
Patric Schmitz
Browse files
minor documentation fixes, dead build info link
parent
c2becb2c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Documentation/DeveloperHelpSources/building.docu
View file @
56bad45f
...
...
@@ -36,8 +36,8 @@ for your specific operating system.
<ul>
<li> First install the required libraries via your linux distributions package management e.g. apt or rpm (for the list of packages see above)<br />
<li> Extract the source code or get it via
svn
:<br />
<code><b>
svn co
http://
www.o
pen
f
lipper
.org/svnrepo/OpenFlipper/branches/Free
OpenFlipper</b></code></li>
<li> Extract the source code or get it via
git
:<br />
<code><b>
git clone --recursive
http
s
://
graphics.rwth-aachen.de:9000/O
pen
F
lipper
-Free/OpenFlipper-Free.git
OpenFlipper</b></code></li>
<li> Create a build directory (e.g. <b>build</b>) in the toplevel directory: <code><b>mkdir build</b></code></li>
<li> Change to the newly created directory <code><b>cd build</b></code> and type <code><b>cmake ..</b></code></li>
<li> Now call <b>make</b> to build OpenFlipper </li>
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment