Skip to content

Installation & Usage

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.

Clone this wiki locally