Revisions

This commit is contained in:
Justin Ethier 2015-07-22 21:37:57 -04:00
parent a1f34cfbf5
commit 2ed20c02bc

View file

@ -5,14 +5,16 @@ Cyclone is an experimental Scheme-to-C compiler that uses the [Cheney on the MTA
Getting Started
---------------
If you are installing Cyclone for the first time use [cyclone-bootstrap](https://github.com/justinethier/cyclone-bootstrap) to build a set of binaries.
If you are installing Cyclone on your machine for the first time use [cyclone-bootstrap](https://github.com/justinethier/cyclone-bootstrap) to build a set of binaries.
After installing you can read the Documentation section below for more.
Building
------------
If you already have a copy of Cyclone installed you can build from Scheme source. The following prerequisites are required:
Please skip this section if you are installing Cyclone on a machine for the first time. Otherwise, if you already have a copy of Cyclone installed you can build from Scheme source.
The following prerequisites are required:
- make
- gcc
@ -29,8 +31,6 @@ By default everything is installed under `/usr/local`. This may be changed by pa
make PREFIX=/home/me install
You may then run the compiler using the `cyclone` command, and run the interpreter using `icyc`.
Documentation
-------------