]> code.citadel.org Git - citadel.git/commitdiff
* docs/install.txt: add Mac OS X build instructions
authorMichael Hampton <io_error@uncensored.citadel.org>
Sun, 20 Oct 2002 08:01:03 +0000 (08:01 +0000)
committerMichael Hampton <io_error@uncensored.citadel.org>
Sun, 20 Oct 2002 08:01:03 +0000 (08:01 +0000)
citadel/ChangeLog
citadel/docs/install.txt

index d63bbe7755cebed1f8bb7ff8cb564b7335e9135c..c7798ab67b95649477845b7d941afa0a3ddaefd0 100644 (file)
@@ -1,4 +1,7 @@
  $Log$
+ Revision 601.40  2002/10/20 08:01:03  error
+ * docs/install.txt: add Mac OS X build instructions
+
  Revision 601.39  2002/10/19 21:35:34  ajc
  * Moved some of the calendar logic over from WebCit
 
@@ -4120,4 +4123,3 @@ 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
-
index 49b4281f2cb1afa46a1512587036ac7aa01ebaa0..eb6ef5010dd0a1b4ff2236d177e925c776a17f90 100644 (file)
@@ -142,6 +142,13 @@ do this by having telnetd start citadel directly instead of /bin/login.
 it will also write the file "sysdep.h" to your Citadel directory.  Please do
 not edit sysdep.h or Makefile.in yourself.  The configure script will figure
 out your system dependencies and set everything correctly.
+   
+   Mac OS X 10.1 and later are now supported.  (Sorry, 10.0 cannot be
+supported, now or in the future.)  You need to install the Developer
+Tools CD, which you can purchase or download for free from
+http://developer.apple.com/ .  Then run configure like this:
+
+   env CC=/usr/bin/cc ./configure <options-see below>
  
    By default, the Citadel system will install in /usr/local/citadel.  If you
 wish to place it in a different directory, you can instead do:
@@ -155,7 +162,7 @@ help the configure script find it by doing something like this:
  
    The configure script prefers Berkeley DB if it is available, but will fall
 back to GDBM if it has to.
-   
+
    File permissions are always a bother to work with. You don't want the
 board to crash because someone couldn't access a file, but you also don't
 want shell users peeking into the binaries to do things like reading others'