Skip to content
Nicolas Cannasse edited this page Dec 7, 2017 · 8 revisions

Various technical topics regarding HashLink:

Building and Installing

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

More

Look at the various topics in the navigation menu on the right.

Clone this wiki locally