]> git.saurik.com Git - apple/hfs.git/blame - README
hfs-556.100.11.tar.gz
[apple/hfs.git] / README
CommitLineData
558d2836
A
1
2-- How to build the HFS Kexts --
3
41. Install headers from XNU. Typically, after downloading the XNU
5source, you want to do something like:
6
7$ mkdir -p BUILD.hdrs/obj BUILD.hdrs/sym BUILD.hdrs/dst
8
9$ make installhdrs SDKROOT=macosx ARCH_CONFIGS=X86_64 SRCROOT=$PWD \
10 OBJROOT=$PWD/BUILD.hdrs/obj SYMROOT=$PWD/BUILD.hdrs/sym \
11 DSTROOT=$PWD/BUILD.hdrs/dst
12
13$ sudo ditto BUILD.hdrs/dst `xcrun -sdk macosx -show-sdk-path`
14
152. Build the Kexts:
16
17$ xcodebuild -target kext -target encodings-kext SDKROOT=macosx
18
19N.B. At the time of writing, the other HFS targets are known not to
20build outside of Apple's internal build environment.