0.60.3 failed to run on linux #521

This commit is contained in:
BADIM-PC\Vadim 2018-02-06 17:43:10 +03:00
parent 8d7f3770bc
commit 53171b38d8
1 changed files with 3 additions and 1 deletions

View File

@ -68,7 +68,9 @@ run the following commands in the Terminal
```
sudo apt-get install git build-essential libgtk-3-dev libsdl2-dev lua5.3-dev zlib1g-dev
git clone --recursive https://github.com/nesbox/TIC-80
cd TIC-80
cd 3rd-party/wren-0.1.0/
make static
cd ../..
make linux
```