Merge pull request #762 from Sendoushi/master

Update Ubuntu 18 build documentation
This commit is contained in:
Vadim Grigoruk 2018-10-18 08:48:52 +03:00 committed by GitHub
commit c2611c1ec0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 1 deletions

View File

@ -78,7 +78,8 @@ cmake -G "MinGW Makefiles"
mingw32-make -j4
```
## Linux (Ubuntu 14.04)
## Linux
### Ubuntu 14.04
run the following commands in the Terminal
```
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
```
### 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
install `Command Line Tools for Xcode` and `brew` package manager