mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Initial file
This commit is contained in:
parent
da2a32eb61
commit
48f7e4403f
1 changed files with 21 additions and 0 deletions
21
docs/Development.md
Normal file
21
docs/Development.md
Normal file
|
@ -0,0 +1,21 @@
|
|||
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