fdc2cb84f7714d93f740d455f6c00d7ca309d876
[openafs-wiki.git] / MacOSXbuild.mdwn
1 See [this link](https://lists.openafs.org/pipermail/port-darwin/2011-August/001373.html) for some history
2
3 To build on Mountain Lion, make sure you have Xcode and Packagemaker, and the following configure/build options have been reported to work:
4
5     ARCHFLAGS="-arch i386 -arch x86_64" ./configure --enable-transarc-paths \
6     --with-krb5-conf=/usr/bin/krb5-config --enable-warnings --enable-checking
7     ARCHFLAGS="-arch i386 -arch x86_64" make dest
8
9 and then the installer is created, as root:
10
11     ARCHFLAGS="-arch i386 -arch x86_64" make packages
12
13