0.60.3 failed to run on linux #521
This commit is contained in:
parent
8d7f3770bc
commit
53171b38d8
|
@ -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
|
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
|
git clone --recursive https://github.com/nesbox/TIC-80
|
||||||
cd TIC-80
|
cd 3rd-party/wren-0.1.0/
|
||||||
|
make static
|
||||||
|
cd ../..
|
||||||
make linux
|
make linux
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue