Setup
Basic setup of the TOMB Compiler
Last updated
Basic setup of the TOMB Compiler
Last updated
Download / clone the repository
Extract it (if you downloaded)
Go to the folder and open a terminal there
Run
That's it, you have the compiler ready!
Now you can add it to the path.
On Windows what you should do is:
Right-click on the Start Button
Select “System” from the context menu.
Click “Advanced system settings”
Go to the “Advanced” tab
Click “Environment Variables…”
Click variable called “Path” and click “Edit…”
Click “New”
Enter the path to the folder containing the binary you want on your PATH. To add: C:\PathToTomb\Compiler\bin\Debug\net6.0\publish
Now you can do something like
On Linux and MacOS:
On the terminal
That's it.
For more information