mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Add library compilation example
This commit is contained in:
parent
50f4027c8c
commit
74fbc4585f
1 changed files with 7 additions and 1 deletions
|
@ -95,7 +95,13 @@ 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