mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-11 08:43:49 +00:00
Updated build instructions for Linux
This commit is contained in:
parent
e544f8c12d
commit
e8149ff567
@ -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 libXmu-dev libXi-dev libgl-dev cmake`
|
||||
Debian/Ubuntu/Mint: `$ sudo apt-get install build-essential libxmu-dev libxi-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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user