From: Kevin Day Date: Sun, 7 Jun 2020 15:31:36 +0000 (-0500) Subject: Update: add documentation note about the bootstrap-example.sh script X-Git-Tag: 0.5.0~189 X-Git-Url: https://git.kevux.org/?a=commitdiff_plain;h=ba61bf0641d0e17fbb67649e4fa180d2f3f3d234;p=fll Update: add documentation note about the bootstrap-example.sh script --- 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.