Because I have no trust in people.
- <hashlink>points to your installation of Hashlink, e.g. folder in which- hl.exe(or Unix executable) is, alongside with library binaries (- .hdllfiles), and- includefolder.
- <src>points to the folder containing generated HL/C sources. One that contains- hlc.jsonfile.
- <app>refers to your output executable name, including extension.
- <main>refers to your entry-point file name, including extension (see below).
- I provide example of doing it on Windows via MSVC cl.exe, but Unix should be more or less same with replacement of argument flags and compiler.
- I expect that you DO have a compiler installed and can call cl.exeor other compiler from command-line.