From 74fbc4585f8e96fdb9e16427fd36c947a1f11690 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Thu, 2 Jan 2020 17:06:50 -0500 Subject: [PATCH] Add library compilation example --- docs/User-Manual.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/User-Manual.md b/docs/User-Manual.md index 9edd2e4a..baf83e01 100644 --- a/docs/User-Manual.md +++ b/docs/User-Manual.md @@ -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