Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Maik Froechtenicht
glew
Commits
e8149ff5
Commit
e8149ff5
authored
Dec 11, 2017
by
CiriUp
Committed by
Nigel Stewart
Oct 10, 2018
Browse files
Updated build instructions for Linux
parent
e544f8c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
e8149ff5
...
...
@@ -45,6 +45,9 @@ RedHat/CentOS/Fedora: `$ sudo yum install libXmu-devel libXi-devel libGL-devel`
##### Build
$ cd auto
$ make
$ cd ..
$ make
$ sudo make install
$ make clean
...
...
@@ -61,13 +64,15 @@ _Note: may need to make **auto** folder_
##### Install build tools
Debian/Ubuntu/Mint:
`$ sudo apt-get install build-essential lib
X
mu-dev lib
X
i-dev libgl-dev cmake`
Debian/Ubuntu/Mint:
`$ sudo apt-get install build-essential lib
x
mu-dev lib
x
i-dev libgl-dev cmake`
RedHat/CentOS/Fedora:
`$ sudo yum install libXmu-devel libXi-devel libGL-devel cmake`
##### Build
$ cd build
$ cd auto
$ make
$ cd ../build
$ cmake ./cmake
$ make -j4
...
...
Write
Preview
Supports
Markdown
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