Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper-Free
Commits
54e42f3f
Commit
54e42f3f
authored
Dec 09, 2016
by
Jan Möbius
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'doc-fixes' into 'master'
minor documentation fixes, dead build info link See merge request
!207
parents
4b3d1e8d
75c51c82
Pipeline
#3892
failed with stage
in 54 minutes and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
OpenFlipper/Documentation/DeveloperHelpSources/building.docu
OpenFlipper/Documentation/DeveloperHelpSources/building.docu
+2
-2
Readme.md
Readme.md
+1
-2
No files found.
OpenFlipper/Documentation/DeveloperHelpSources/building.docu
View file @
54e42f3f
...
...
@@ -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>
...
...
Readme.md
View file @
54e42f3f
...
...
@@ -15,8 +15,7 @@ GLEW http://glew.sourceforge.net
qwt ( >=6.0 ) optional http://qwt.sourceforge.net/
# Compiling OpenFlipper:
A detailed compilation manual is available online at:
http://openflipper.org/Documentation/latest/buildingOpenFlipper.html
A detailed compilation manual is available
[
here
](
http://openflipper.org/Documentation/latest/a00099.html
)
.
Latest NEWS
===========
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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