Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gauthier Quesnel
irritator
Commits
b2631482
Commit
b2631482
authored
Sep 22, 2020
by
Gauthier Quesnel
Browse files
README: update dependencies
parent
3e4127c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.adoc
View file @
b2631482
...
...
@@ -22,12 +22,11 @@ license]. See the LICENSE file.
** `clang` ≥ 9 (https://clang.llvm.org/cxx_status.html[notes])
** `visual studio 2019 16.0` (https://docs.microsoft.com/en-us/visualstudio/releasenotes/vs2017-relnotes[notes])
For recent Debian GNU/Linux and Ubuntu derivatives (remove clang to
only use gcc):
For recent Debian GNU/Linux and Ubuntu derivatives.
[source,bash]
....
apt-get install build-essential cmake
clang
apt-get install build-essential cmake
libglew2 libglew-dev libglfw3-dev libglx0 libopengl0 libgl1-mesa-dev
....
== First installation
...
...
@@ -50,6 +49,23 @@ cd irritator
git submodule update --init --recursive
....
* build
[source,bash]
....
cmake -B build
cd build
make
make install
....
* start the GUI
[source,bash]
....
./app/gui/irritator-0.1
....
== File format
Simple file
...
...
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