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