Cleaned lipo builder up a bit.
[puredarwin_setup.git] / README
blobd2145603af50a95d4cd0d55c81824d9d1e549ff1
1 This repository contains various stuff to get PureDarwin [1] rollin'.
4 pd*:
5         Modified files from project at [1] to make them run on Linux.
7         Modifications need some special software, though:
8                 - loop kernel support/losetup
9                 - hfsplus kernel support
10                 - parted
11                 - newfs_hfs (diskdev_cmds) or mkfs.hfsplus (hfs(plus)-utils)
12                 - mkisofs
13                 - qemu-img (qemu)
14                 - bash (using /bin/sh fails at least on ubuntu since it's dash there)
15                 - lipo (odcctools)
17 buildLipo.sh:
18         Builds lipo on Linux.
20         Needs:
21                 gcc/g++
22                 make
23                 subversion/tar/wget
25 GentooPrefix/:
26         Contains scripts used to bootstrap Gentoo/Prefix [2] on PureDarwin.
29 [1] http://www.puredarwin.org
30 [2] http://www.gentoo.org/proj/en/gentoo-alt/prefix/