MacOSX build info
authorhttps://www.google.com/accounts/o8/id?id=AItOawnqC4RJBxJKDSKmEP5prFSpQX_xiE7VMm4 <Troy@web>
Wed, 28 Nov 2012 05:43:22 +0000 (21:43 -0800)
committerOpenAFS Wiki <ikiwiki@openafs.org>
Wed, 28 Nov 2012 05:43:22 +0000 (21:43 -0800)
MacOSXbuild.mdwn [new file with mode: 0644]

diff --git a/MacOSXbuild.mdwn b/MacOSXbuild.mdwn
new file mode 100644 (file)
index 0000000..fdc2cb8
--- /dev/null
@@ -0,0 +1,13 @@
+See [this link](https://lists.openafs.org/pipermail/port-darwin/2011-August/001373.html) for some history
+
+To build on Mountain Lion, make sure you have Xcode and Packagemaker, and the following configure/build options have been reported to work:
+
+    ARCHFLAGS="-arch i386 -arch x86_64" ./configure --enable-transarc-paths \
+    --with-krb5-conf=/usr/bin/krb5-config --enable-warnings --enable-checking
+    ARCHFLAGS="-arch i386 -arch x86_64" make dest
+
+and then the installer is created, as root:
+
+    ARCHFLAGS="-arch i386 -arch x86_64" make packages
+
+