Building and Installing - HaxeFoundation/hashlink GitHub Wiki

How to build

On Windows / Visual Studio 2015:

  • git clone
  • open hl.sln
  • choose either Release / ReleaseVS2013 (requires VS2013 installed) - and either x32 or x64
  • compile

On Linux:

  • install dependencies (see README)
  • make all
  • make install

You can only 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