From 25a93264f9cab240d0b2d74ce5153330c5109c3e Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 2 Jan 2020 17:07:25 -0500 Subject: [PATCH] Sync changes --- docs/User-Manual.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/User-Manual.md b/docs/User-Manual.md index 215e1b68..66dadbe5 100644 --- a/docs/User-Manual.md +++ b/docs/User-Manual.md @@ -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