You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NoSharp edited this page Jun 12, 2020
·
6 revisions
Prerequisites
In-order to use L++ you must have Java installed on your computer.
Installation
Goto releases and download the luapp-jar-with-dependencies.jar file, of the most recent release.
Usage
IF COMPILING ONE FILE:
Run the java file with java -jar luapp-jar-with-dependencies.jar "c:\my\cool\file\path.lpp" this will convert
a single file.
IF STARTING THE WATCHER WIP:
Run the java file with java -jar luapp-jar-with-dependencies.jar "c:\my\cool\path\" -watch this will convert
a file on it being saved.