SCC toolchain

Get started

Browse the source and clone it at git://git.simple-cc.org/scc. Compiling the project is as simple like:

$ make PREFIX=$HOME config
$ make
$ make install

If the PREFIX macro is not specified in the config step then it will point to /usr/local by default. For more information about how to build SCC, you can look at the README file.