Update of /cvsroot/multisync/multisync/plugins/kdepim_plugin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11520
Modified Files:
Tag: branch_08X
README
Log Message:
Improved build instructions for FreeBSD
Index: README
===================================================================
RCS file: /cvsroot/multisync/multisync/plugins/kdepim_plugin/Attic/README,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -d -r1.1.2.3 -r1.1.2.4
--- README 21 Aug 2004 03:22:27 -0000 1.1.2.3
+++ README 13 Mar 2005 06:03:08 -0000 1.1.2.4
@@ -31,8 +31,18 @@
FreeBSD notes
-------------
-The FreeBSD port of multisync is installed into /usr/X11R6/ rather than /usr/local/
-so you should specify --prefix=/usr/X11R6 when you configure the kdepim plugin.
- $ ./autogen.sh --prefix=/usr/X11R6
+The autogen.sh script does not work under FreeBSD so we must reconfigure
+manually.
-
\ No newline at end of file
+ $ cd kdepim_plugin
+ $ aclocal15
+ $ autoreconf253 -if
+ $ ./configure --prefix=/usr/X11R6
+ $ make
+ $ su
+ $ make install
+
+Note that under FreeBSD multisync is installed under /usr/X11R6/ rather than
+/usr/local/ as is the case with Linux.
+
+
|