Any instructions on how to run this on macos?
on catalina os x; I just went git clone https://github.com/rxi/lite.git cd lite ./build.sh ./lite and an app did start up, but the text gets cut off in the editor window, and I can't quit the app from the menu
Fixed this with:
sudo apt install libsdl2-dev
on Ubuntu.Else it works as tingletech described also using Mint/Ubuntu.