4 | | * git clone https://review.haiku-os.org/buildtools |
5 | | * git clone https://review.haiku-os.org/haiku |
6 | | * cd haiku |
7 | | * replace {{{stat -c}}} with {{{stat -f}}} in {{{configure}}} script (macOS uses an -f argument, rather than -c) |
8 | | * mkdir generated.x86_64; cd generated.x86_64 |
9 | | * ../configure --build-cross-tools x86_64 ../../buildtools |
10 | | * jam -q -j2 @nightly-anyboot |
11 | | |
| 4 | {{{ |
| 5 | brew install autoconf xorriso gawk git wget nasm less mpfr gmp libmpc bison mtools |
| 6 | brew link bison --force |
| 7 | git clone --depth=1 https://review.haiku-os.org/buildtools |
| 8 | git clone https://review.haiku-os.org/haiku |
| 9 | cd haiku |
| 10 | mkdir generated.x86_64; cd generated.x86_64 |
| 11 | ../configure --build-cross-tools x86_64 ../../buildtools |
| 12 | jam -q -j2 @nightly-anyboot |
| 13 | }}} |