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/illumos-gate/unleashed.git
16 * http://repo.or.cz/illumos-gate/unleashed.git
21 $ git clone git://repo.or.cz/illumos-gate/unleashed.git
28 For a complete build, use 'tools/nightly.sh':
31 $ ./tools/nightly.sh tools/env.sh
34 On success, this results in installable packages in the packages directory.
39 Rebuilding a component is the easiest after a full nightly build.
41 To build a component that is using the new build system (e.g., cat(1)), change
42 into the source directory and run make. For example:
50 The component will be built against the running system and installed to /. To
51 install to the proto area, pass DESTDIR=path to 'make install'. Building
52 against libraries and headers in the "proto area" or in object directories is
53 not currently supported.
55 To build a component under the legacy (dmake) build system, ie. things under
59 $ ./tools/bldenv.sh <env file>
64 The component will be built against the "proto area" and installed there.