From f40b982984a0fbef3b456a19fbbdc9c680cadfa5 Mon Sep 17 00:00:00 2001 From: Vasileios Pasialiokis <whiterocket@outlook.com> Date: Sun, 26 May 2019 02:19:26 +0300 Subject: [PATCH] update readme to reflect compile.sh being restored --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 527e5f44172..ffa0d61f432 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,9 @@ How to mod (basic doc): Linux: Ensure executable permission on file "devTools/tweeGo/tweego" (not tweego.exe!) - In the root dir of sources (where you see src, devTools, bin...) run command "make" from console + Ensure executable permission on file "compile.sh" + In the root dir of sources (where you see src, devTools, bin...) run command "./compile.sh" from console + Alternatively, if you have make installed, run "make all" in the root directory Mac: Not supported directly (I don't have access to Mac for testing). -- GitLab