Installation
For macOS you will need Homebrew and for Windows Chocolatey. For the majority of Linux distros, it will automatically detect your default package manager.
If you have Occultist dependency manager installed, you can do:
occultist install chaos
or install a specific version:
occultist install chaos 0.2.0
and check the version with:
$ chaos --version
0.2.0
otherwise;
Clone the repository:
git clone https://github.com/chaos-lang/chaos.git
cd chaos/
Install the requirements:
make requirements
Compile the language:
make
Install the chaos
binary system-wide:
make install
Uninstallation
You can easily uninstall the chaos
binary and its C headers with:
make uninstall
or if you have Occultist:
occultist remove chaos