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
559cd7fa
Commit
559cd7fa
authored
Oct 10, 2018
by
Nigel Stewart
Browse files
Updated build instructions for Linux
parent
e8149ff5
Changes
1
Show whitespace changes
Inline
Side-by-side
README.md
View file @
559cd7fa
...
...
@@ -45,9 +45,6 @@ RedHat/CentOS/Fedora: `$ sudo yum install libXmu-devel libXi-devel libGL-devel`
##### Build
$ cd auto
$ make
$ cd ..
$ make
$ sudo make install
$ make clean
...
...
@@ -64,15 +61,13 @@ _Note: may need to make **auto** folder_
##### Install build tools
Debian/Ubuntu/Mint:
`$ sudo apt-get install build-essential libxmu-dev libxi-dev libgl-dev cmake`
Debian/Ubuntu/Mint:
`$ sudo apt-get install build-essential libxmu-dev libxi-dev libgl-dev cmake
git
`
RedHat/CentOS/Fedora:
`$ sudo yum install libXmu-devel libXi-devel libGL-devel cmake`
RedHat/CentOS/Fedora:
`$ sudo yum install libXmu-devel libXi-devel libGL-devel cmake
git
`
##### Build
$ cd auto
$ make
$ cd ../build
$ 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