🛠️Setup
Basic setup of the TOMB Compiler
TOMB Installation
Download / clone the repository https://github.com/phantasma-io/TOMB/tree/tomb-ng
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.
TOMB to PATH
Setup TOMB to the PATH
It's really helpful, so you don't need to always specify the full path to the folder if you have the TOMB compiler in the path
Windows
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
Linux & MacOS
On Linux and MacOS:
On the terminal
That's it.
For more information
Last updated