Skip to content

Installing

Viper edited this page Feb 14, 2023 · 7 revisions

Installing

❗Make sure you have make, gcc and g++ so the Smake installer can build Lua and Smake. If you are on Windows I recommend Cygwin.

❗On Windows make sure to run the installer in an admin PowerShell instance if using the default install location. You might also have to run Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass to temporarily allow unsigned scripts to run.

Installing Smake is super simple. Just clone the repo with git clone https://github.com/Syntad/smake then cd into the install directory and run your platform's install script. Run install.sh for MacOS and Linux, or install.ps1 for Windows.

Clone this wiki locally