From 53171b38d881a906816326976aaa3fb68dc9dd21 Mon Sep 17 00:00:00 2001 From: "BADIM-PC\\Vadim" Date: Tue, 6 Feb 2018 17:43:10 +0300 Subject: [PATCH] 0.60.3 failed to run on linux #521 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 27fb780..b3a7dc4 100644 --- a/README.md +++ b/README.md @@ -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 ```