mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Sync changes
This commit is contained in:
parent
2e660e8d5d
commit
25a93264f9
1 changed files with 8 additions and 1 deletions
|
@ -98,7 +98,14 @@ and should be located in the file
|
|||
|
||||
scheme/cyclone/util.sld
|
||||
|
||||
Cyclone will not automatically generate libraries when compiling a program. Each library will need to be built separately prior to building the program.
|
||||
Cyclone will not automatically generate libraries when compiling a program. Each library will need to be built separately prior to building the program. For example:
|
||||
|
||||
$ cd cyclone/examples/game-of-life
|
||||
$ cyclone example/grid.sld
|
||||
$ cyclone example/life.sld
|
||||
$ cyclone life.scm
|
||||
$ ./life
|
||||
|
||||
|
||||
## Command Line Options
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue