Compiling
This page will cover all the steps needed to download and compile the source code for Dirifin on your device.
Requirements
Instructions
- Run
cd where\you\want\the\sourceto change your directory to where you wish to download the source. - Run
git clone https://github.com/macohi/Dirifin.gitto clone the repository. - Run
cd Dirifinto enter the source code directory. - Run
git submodule update --init --recursive. - Run
.\source\macohi\install.batto install the necessary dependencies. - To test that everything is working, run
lime test <your platform>(e.g.,lime test windowsorlime test html5)