mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
WIP
This commit is contained in:
parent
9921a6f3a7
commit
50014f8528
1 changed files with 12 additions and 2 deletions
|
@ -51,8 +51,18 @@ The following packages are required:
|
|||
sudo ldconfig
|
||||
|
||||
# Installation
|
||||
TODO: installation procedure for cyclone-bootstrap
|
||||
TODO: installation procedure for development????
|
||||
|
||||
Cyclone cannot be built directly on a system that does not have Cyclone binaries installed because the compiler is [self-hosting](https://en.wikipedia.org/wiki/Self-hosting). The easiest way to install Cyclone binaries is to build from source using [cyclone-bootstrap](https://github.com/justinethier/cyclone-bootstrap):
|
||||
|
||||
$ git clone git@github.com:justinethier/cyclone-bootstrap.git
|
||||
$ cd cyclone-bootstrap
|
||||
$ ./install.sh
|
||||
|
||||
Once Cyclone is installed, it can be rebuilt directly from the cyclone repository:
|
||||
|
||||
$ make
|
||||
$ make test
|
||||
$ sudo make install
|
||||
|
||||
# Usage
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue