* Added quick installation notes.
authorBrian <brian@uncensored.citadel.org>
Mon, 14 May 2001 17:59:18 +0000 (17:59 +0000)
committerBrian <brian@uncensored.citadel.org>
Mon, 14 May 2001 17:59:18 +0000 (17:59 +0000)
libCxClient/ChangeLog
libCxClient/INSTALL

index 4c9b6d8da5c18dcfc199ed1a6ab888c9b4ea44c1..ece5150a6dfd80b2cbbfb923a35fbdfbd784982e 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 1.11  2001/05/14 17:59:18  brian
+* Added quick installation notes.
+
 Revision 1.10  2001/05/14 14:01:22  brian
 * Added multi-connection support.  libCxClient can now handle
 multiple concurrent connections to different Citadel servers.
@@ -38,3 +41,4 @@ Revision 1.3  2001/02/07 22:42:24  brian
 
 Revision 1.2  2001/02/07 22:41:51  brian
 * Updated ChangeLog to conform to Citadel/UX standards (kinda)  :)
+
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..94f709e37e15527320b7de2d1418277215702cdb 100644 (file)
@@ -0,0 +1,5 @@
+Quick Installation Instructions:
+
+./configure --prefix=/usr/local
+gmake
+(as root) gmake install