mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Revisions
This commit is contained in:
parent
a1f34cfbf5
commit
2ed20c02bc
1 changed files with 4 additions and 4 deletions
|
@ -5,14 +5,16 @@ Cyclone is an experimental Scheme-to-C compiler that uses the [Cheney on the MTA
|
||||||
Getting Started
|
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.
|
After installing you can read the Documentation section below for more.
|
||||||
|
|
||||||
Building
|
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
|
- make
|
||||||
- gcc
|
- gcc
|
||||||
|
@ -29,8 +31,6 @@ By default everything is installed under `/usr/local`. This may be changed by pa
|
||||||
|
|
||||||
make PREFIX=/home/me install
|
make PREFIX=/home/me install
|
||||||
|
|
||||||
You may then run the compiler using the `cyclone` command, and run the interpreter using `icyc`.
|
|
||||||
|
|
||||||
Documentation
|
Documentation
|
||||||
-------------
|
-------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue