blob: 6af221444443bb943b0b1b9086af205b42dbc930 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|