mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 22:17:33 +02:00
Not needed
This commit is contained in:
parent
6c34e1c672
commit
9a52f7af7c
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
||||||
# Development Guide
|
|
||||||
|
|
||||||
## Building
|
|
||||||
|
|
||||||
Please use cyclone-bootstrap 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
|
|
||||||
|
|
||||||
From the source directory, use the following commands to build and install:
|
|
||||||
|
|
||||||
$ make
|
|
||||||
$ make test
|
|
||||||
$ sudo make install
|
|
||||||
$ cyclone
|
|
||||||
|
|
||||||
By default everything is installed under `/usr/local`. This may be changed by passing a different `PREFIX`. For example:
|
|
||||||
|
|
||||||
make PREFIX=/home/me install
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue