From eace57190b5577197ea802146e75a4c81a2a5a6e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 1 Dec 2015 09:51:15 +0200 Subject: Add install support --- INSTALL | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 INSTALL (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL new file mode 100644 index 0000000..6af2214 --- /dev/null +++ b/INSTALL @@ -0,0 +1,12 @@ +1. Bootstrap build2 + +$ cd build2/ +$ ./bootstrap +$ ./build/b-boot update + +2. Configure and build the rest: + +$ cd ../ # back to build2-toolchains +$ ./build2/build/b configure update [test] + +config.install=/tmp/install -- cgit v1.1