To use the ColrC tool you will have to build it first. A makefile
is provided, so the actual building only takes one command. Make sure you have all of the system dependencies first.
Clone the repo, if you haven't already:
Make sure you're in the ColrC project directory:
Finally, run the make
target:
The build process doesn't take very long, and when it's done there will be a colrc
executable in the project directory.
You can download or build a debian package to install the colr tool:
You can uninstall the colr package just like any other debian package:
Installing is just copying or symlinking the executable somewhere in $PATH
. There is a make
target that will let you choose an install path, and do the rest for you:
By default, it will ask for confirmation before installing or overwriting anything.
If colrc
was installed somewhere in $PATH
, you can simply run the install script with --uninstall
, or just: