From ba61bf0641d0e17fbb67649e4fa180d2f3f3d234 Mon Sep 17 00:00:00 2001 From: Kevin Day Date: Sun, 7 Jun 2020 10:31:36 -0500 Subject: [PATCH] Update: add documentation note about the bootstrap-example.sh script --- build/documents/readme | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build/documents/readme b/build/documents/readme index ed1a60b..b97c580 100644 --- a/build/documents/readme +++ b/build/documents/readme @@ -41,6 +41,9 @@ To facilitate building of this project, two different build systems are provided - The bootstrap, via the bootstrap.sh script. - The Featureless Make, which is a level_3 project provided by FLL. +An example bootstrap script is provided (build/scripts/bootstrap-example.sh) is provided for to show how to build the FLL directly from source. +Use it as an example or explicitly call it (such as: "bash build/scripts/bootstrap-example.sh monolithic 0.5.0"). + See: dependencies for specific dependencies of this project. See: readme.bootstrap for bootstrap compiling (or just regular compiling) any part of the FLL and notes on installing. See: readme.build for Featureless Make compiling and notes on installing. -- 1.8.3.1