Merge pull request #762 from Sendoushi/master
Update Ubuntu 18 build documentation
This commit is contained in:
commit
c2611c1ec0
12
README.md
12
README.md
|
@ -78,7 +78,8 @@ cmake -G "MinGW Makefiles"
|
||||||
mingw32-make -j4
|
mingw32-make -j4
|
||||||
```
|
```
|
||||||
|
|
||||||
## Linux (Ubuntu 14.04)
|
## Linux
|
||||||
|
### Ubuntu 14.04
|
||||||
run the following commands in the Terminal
|
run the following commands in the Terminal
|
||||||
```
|
```
|
||||||
sudo apt-get install git cmake libgtk-3-dev libgles1-mesa-dev libglu-dev -y
|
sudo apt-get install git cmake libgtk-3-dev libgles1-mesa-dev libglu-dev -y
|
||||||
|
@ -92,6 +93,15 @@ wget "https://cmake.org/files/v3.12/cmake-3.12.0-Linux-x86_64.sh"
|
||||||
sudo sh cmake-3.12.0-Linux-x86_64.sh --skip-license --prefix=/usr
|
sudo sh cmake-3.12.0-Linux-x86_64.sh --skip-license --prefix=/usr
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Ubuntu 18.04
|
||||||
|
|
||||||
|
run the following commands in the Terminal
|
||||||
|
```
|
||||||
|
sudo apt-get install git cmake libgtk-3-dev libglvnd-dev libglu1-mesa-dev freeglut3-dev -y
|
||||||
|
git clone --recursive https://github.com/nesbox/TIC-80 && cd TIC-80
|
||||||
|
cmake . && make -j4
|
||||||
|
```
|
||||||
|
|
||||||
## Mac
|
## Mac
|
||||||
install `Command Line Tools for Xcode` and `brew` package manager
|
install `Command Line Tools for Xcode` and `brew` package manager
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue