-
Notifications
You must be signed in to change notification settings - Fork 2
Installation & Usage
NoSharp edited this page Jun 12, 2020
·
6 revisions
In-order to use L++ you must have Java installed on your computer.
Goto releases and download the luapp-jar-with-dependencies.jar
file, of the most recent release.
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.