From 31ca4501c3bf847e7b58175062d893590f769415 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Tue, 5 Jul 2022 22:11:42 +0300 Subject: Add --system option to build.sh --- BOOTSTRAP-UNIX.cli | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'BOOTSTRAP-UNIX.cli') 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 -- cgit v1.1