7 Building unleashed requires unleashed, so first you must install it (doing
8 which is not documented at the time of writing).
13 Clone this repository from either:
15 * git://repo.or.cz/unleashed.git
16 * http://repo.or.cz/unleashed.git
21 $ git clone git://repo.or.cz/unleashed.git
28 For a complete build, use 'tools/nightly.sh':
34 On success, this results in installable packages in the `packages` directory.
39 To build a component that is using the new build system (e.g., cat(1)), change
40 into the source directory and run make. For example:
48 The component will be built against the running system and installed to /. To
49 install to the proto area, pass DESTDIR=path to 'make install'. Building
50 against libraries and headers in the "proto area" or in object directories is
51 not currently supported.
53 To build a component under the legacy (dmake) build system, ie. things under
54 'usr/src', first complete a full nightly build so that prerequisite objects for
55 the component are made, and then:
58 $ ./tools/bldenv.sh <env file>
63 The component will be built against the "proto area" and installed there.