Doing your first build with Linux/macOS
This page applies to Harlequin v13.1r0 and later; and to Harlequin Core but not Harlequin MultiRIP.
If you want to change the name of the core RIP shared library, do it before re-building the application. See Renaming of corelib.
To build both the skinkit and the skintest layers, change (cd) to the directory \bin, which holds the file Makefile.
The start of the Makefile defines variables CC, CPP, LN to be specific compiler tools; ensure these are set correctly for your chosen toolset before using the Makefile.
On Linux run:
gmake -f Makefile
On macOS run:
make -f Makefile
This compiles the source and places the executable file clrip into the same directory.