* Added a "macintosh readme" written by Mathew McBride
authorArt Cancro <ajc@citadel.org>
Thu, 28 Jul 2005 03:22:20 +0000 (03:22 +0000)
committerArt Cancro <ajc@citadel.org>
Thu, 28 Jul 2005 03:22:20 +0000 (03:22 +0000)
citadel/ChangeLog
citadel/docs/macintosh-readme.txt [new file with mode: 0644]

index 9e46404244581aab4e5417e555c84b3c7809c22c..370930b722e2e74cf73980bec7e750fc64888f96 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 653.10  2005/07/28 03:22:19  ajc
+* Added a "macintosh readme" written by Mathew McBride
+
 Revision 653.9  2005/07/26 02:49:25  ajc
 * Applied a patch sent in by Wilfried Goesgens which allows the various
   program and data directories to be set to any location on the host
@@ -6955,3 +6958,4 @@ Sat Jul 11 00:20:48 EDT 1998 Nathan Bryant <bryant@cs.usm.maine.edu>
 
 Fri Jul 10 1998 Art Cancro <ajc@uncensored.citadel.org>
        * Initial CVS import
+
diff --git a/citadel/docs/macintosh-readme.txt b/citadel/docs/macintosh-readme.txt
new file mode 100644 (file)
index 0000000..a1835da
--- /dev/null
@@ -0,0 +1,41 @@
+Theres only a brief bit on OS X in the docs but to save some people time
+perhaps this can be noted somewhere:
+
+All instructions here assume 10.4 (Tiger). Note gcc package difference
+for earlier versions.
+
+The easiest way to get Berkeley DB installed is downloading them via
+Fink ( http://fink.sourceforge.net ). Install db42 via apt-get .
+Apparently OS X Server installs already have Berkeley DB.
+
+If you haven't got them already, gcc4.0.pkg, Xcode Tools.mpkg,
+DeveloperTools.pkg and SDK.pkg from Xcode need to be installed to
+compile (plain old boring Darwin users should already have all of them).
+Remember to export CC=gcc-4.0 as gcc isn't symlinked by default.
+
+libical and webcit install fine, but you need some configure arguments
+for citadel itself:
+./configure --disable-autologin --with-db=/sw/
+(--disable-autologin must be there otherwise accounts with the same name
+as system users won't work! I just spent half an hour bashing my head on
+this!)
+
+If you didn't grab Berkeley DB from Fink, substitute your own path for
+--with-db.
+
+Ignore what the setup script says about Citadel failing to start, start
+it yourself afterwards.
+
+I'm not sure if inittab does anything on OS X / Darwin (AFAIK Apple
+doesn't really want us to use it), so you can create your own startup
+scripts in /Library/StartupItems/. See
+http://www.opendarwin.org/en/articles/system_starter_howto/
+
+Webcit works fine, seems to lock up if you try adding new Internet
+domains though, add them via the citadel client itself.
+
+Other than that: Webcit looks better than it was from when I last used
+it 6 months ago :-)
+
+- Mathew McBride
+