mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-14 08:17:35 +02:00
WIP
This commit is contained in:
parent
ca06ead733
commit
9921a6f3a7
1 changed files with 5 additions and 5 deletions
|
@ -36,9 +36,12 @@ Bug reports and patches are welcome! Please report any issues using the [Issues
|
||||||
|
|
||||||
# Requirements
|
# Requirements
|
||||||
|
|
||||||
Tested on Linux, x86 (32-bit) and ARM
|
Cyclone has been tested under Linux, on both x86 (32-bit) and ARM.
|
||||||
|
|
||||||
Required packages:
|
The following packages are required:
|
||||||
|
|
||||||
|
- make
|
||||||
|
- gcc
|
||||||
- [Concurrency Kit](http://concurrencykit.org/)
|
- [Concurrency Kit](http://concurrencykit.org/)
|
||||||
|
|
||||||
The best way to install libck is via a package manager such as `apt-get`. But if a package is not available for this library it can also be built from source. Just replace `0.5.0` below with the latest version available from their website:
|
The best way to install libck is via a package manager such as `apt-get`. But if a package is not available for this library it can also be built from source. Just replace `0.5.0` below with the latest version available from their website:
|
||||||
|
@ -47,9 +50,6 @@ Required packages:
|
||||||
tar xfz ck-0.5.0.tar.gz ; cd ck-0.5.0 ; ./configure && make all && sudo make install
|
tar xfz ck-0.5.0.tar.gz ; cd ck-0.5.0 ; ./configure && make all && sudo make install
|
||||||
sudo ldconfig
|
sudo ldconfig
|
||||||
|
|
||||||
- make
|
|
||||||
- gcc
|
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
TODO: installation procedure for cyclone-bootstrap
|
TODO: installation procedure for cyclone-bootstrap
|
||||||
TODO: installation procedure for development????
|
TODO: installation procedure for development????
|
||||||
|
|
Loading…
Add table
Reference in a new issue