Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
42d5b960
Commit
42d5b960
authored
Mar 22, 2012
by
Davis King
Browse files
Made compilation directions simpler
parent
1d3b429f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
7 deletions
+4
-7
docs/docs/compile.xml
docs/docs/compile.xml
+4
-7
No files found.
docs/docs/compile.xml
View file @
42d5b960
...
...
@@ -59,14 +59,11 @@ cd examples
mkdir build
cd build
cmake ..
cmake --build . --config Release
</code_box>
Then cmake will create whatever is needed to compile the examples on your computer. If you are using Linux
or a Mac it will create a makefile and then you can compile everything by typing:
<code_box>
make
</code_box>
Or on windows, if you have Visual Studio installed, it will make a Visual Studio project which you can then open
and compile by clicking the build button.
Note that you also need to have a C++ compiler installed on your system. There are free C++ compilers
for most operating systems. For example, Visual Studio Express is free on Windows and GCC is free and
works well on Mac OS X and Linux systems.
<h2>
Compiling on Linux From Command Line
</h2>
From within the examples folder, you can compile any of the examples with a single command like so:
...
...
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