diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-05 22:11:42 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-07-06 15:07:30 +0300 |
commit | 31ca4501c3bf847e7b58175062d893590f769415 (patch) | |
tree | 639f9248e60cd0a577b29dc09058c40dc27bb6e2 /BOOTSTRAP-UNIX.cli | |
parent | 5a39353a65c76bfc2e6ab8fac56e51c97858f39a (diff) |
Add --system option to build.sh
Diffstat (limited to 'BOOTSTRAP-UNIX.cli')
-rw-r--r-- | BOOTSTRAP-UNIX.cli | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/BOOTSTRAP-UNIX.cli b/BOOTSTRAP-UNIX.cli index ee9f12d..1023ca2 100644 --- a/BOOTSTRAP-UNIX.cli +++ b/BOOTSTRAP-UNIX.cli @@ -189,6 +189,14 @@ $ build2/build2/b-boot configure \ config.import.libsqlite3= \ +If performing an installation with the \c{build.sh} script, then to use the +system-installed dependencies pass the \c{--system} option, specifying such +dependencies as a comma-separated list. For example: + +\ +$ ./build.sh --system libsqlite3,libpkg-config g++ +\ + | The strange-looking \c{config.install.data_root=root/stage} means install |