Building and Installing - HaxeFoundation/hashlink GitHub Wiki
How to build
On Windows / Visual Studio:
- git clone
- install dependencies (see README)
- open hl.sln
- choose Release - x64
- compile
On Linux:
- git clone
- install dependencies (see README)
make all
make install
You can also use CMAKE
How to install
On Windows
- Download the latest build from the official website (or compile the code yourself)
- Extract it where you want (For example C:/HashLink)
- Copy the location of the folder containing hl.exe and paste it in your Path (tutorial)
- Restart your computer