updated Linux build instr

This commit is contained in:
Vadim Grigoruk 2018-01-10 15:19:04 +03:00 committed by GitHub
parent ce8d603594
commit d19e0582de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -16,8 +16,6 @@ Thanks!
- install GIT - install GIT
- run following commands in `cmd` - run following commands in `cmd`
``` ```
mkdir tic
cd tic
git clone https://github.com/nesbox/3rd-party git clone https://github.com/nesbox/3rd-party
git clone https://github.com/nesbox/TIC-80 git clone https://github.com/nesbox/TIC-80
``` ```
@ -32,6 +30,7 @@ made by [@matheuslessarodrigues](https://github.com/matheuslessarodrigues)
run the following commands in the Terminal run the following commands in the Terminal
``` ```
sudo apt-get install git build-essential libgtk-3-dev libsdl2-dev lua5.3-dev zlib1g-dev sudo apt-get install git build-essential libgtk-3-dev libsdl2-dev lua5.3-dev zlib1g-dev
git clone https://github.com/nesbox/3rd-party
git clone https://github.com/nesbox/TIC-80 git clone https://github.com/nesbox/TIC-80
cd TIC-80 cd TIC-80
make linux make linux