]> Kevux Git Server - fll/commitdiff
Update: add documentation note about the bootstrap-example.sh script
authorKevin Day <thekevinday@gmail.com>
Sun, 7 Jun 2020 15:31:36 +0000 (10:31 -0500)
committerKevin Day <thekevinday@gmail.com>
Sun, 7 Jun 2020 15:31:36 +0000 (10:31 -0500)
build/documents/readme

index ed1a60b49e68db684d2433b1dbda766bd06633ec..b97c580336a7f9689a07eed34c2961ec48d68d23 100644 (file)
@@ -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.