Last active
April 17, 2019 02:05
-
-
Save codebykeoma/ee2a8b8f0fa2fd6861eb510dba8f1180 to your computer and use it in GitHub Desktop.
Revisions
-
codebykeoma revised this gist
Apr 17, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -34,4 +34,4 @@ To install ZeroBrane (IDE/Editor for Lua): Use the following commands to install: chmod +x ZeroBraneStudioEduPack-1.80-linux.sh sudo ./ZeroBraneStudioEduPack-1.80-linux.sh -
codebykeoma revised this gist
Apr 17, 2019 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,7 +2,7 @@ Notes: I indented for clarity. Only copy from the start to the end of the text o Steps to install curl sudo apt update sudo apt install curl Steps to install Lua: -
codebykeoma created this gist
Apr 17, 2019 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,37 @@ Notes: I indented for clarity. Only copy from the start to the end of the text on each line Steps to install curl sudo update sudo apt install curl Steps to install Lua: curl -R -O http://www.lua.org/ftp/lua-5.3.5.tar.gz tar zxf lua-5.3.5.tar.gz cd lua-5.3.5 make linux test sudo make install Note: Above, "make linux test" may take a while Steps to install LOVE/LOVE 2D: sudo add-apt-repository ppa:bartbes/love-stable sudo apt-get update sudo apt install love To install ZeroBrane (IDE/Editor for Lua): Go to this link - https://studio.zerobrane.com/download Click Linux 32/64 bit (shell archive) (this will download a file called ZeroBraneStudioEduPack-1.80-linux.sh) Go to where you downloaded ZeroBraneStudioEduPack-1.80-linux.sh Right click in the folder and click open terminal Use the following commands to install: chmod +x ZeroBraneStudioEduPack-1.80-linux.sh ./ZeroBraneStudioEduPack-1.80-linux.sh