Code Shine

Download

The download page is available at the Code Shine Projects Page. There is only a source distribution available for now, but there should be binaries available soon. If you can't compile it yourself, please let me know which platform you're using.

Installation

To install the source distribution, do the following:

  1. Unzip the distribution:
    tar xzvf codeshine_0_2.tar.gz
  2. Change to the codeshine directory
  3. ./configure
  4. make
  5. make install (you'll need to be the root user to do this unless you used --prefix with configure)