diff options
author | JP Rosevear <jpr@helixcode.com> | 2000-11-30 08:32:22 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2000-11-30 08:32:22 +0800 |
commit | cda143465fc7350c608f5148295b192c1c28d67c (patch) | |
tree | a5375483a1a4625f4ae03a8c6db3de7eb6449c99 | |
parent | a6ee8336942ad5443d48c1177073bd72225e9f64 (diff) | |
download | gsoc2013-evolution-cda143465fc7350c608f5148295b192c1c28d67c.tar gsoc2013-evolution-cda143465fc7350c608f5148295b192c1c28d67c.tar.gz gsoc2013-evolution-cda143465fc7350c608f5148295b192c1c28d67c.tar.bz2 gsoc2013-evolution-cda143465fc7350c608f5148295b192c1c28d67c.tar.lz gsoc2013-evolution-cda143465fc7350c608f5148295b192c1c28d67c.tar.xz gsoc2013-evolution-cda143465fc7350c608f5148295b192c1c28d67c.tar.zst gsoc2013-evolution-cda143465fc7350c608f5148295b192c1c28d67c.zip |
Update pilot info
2000-11-29 JP Rosevear <jpr@helixcode.com>
* README: Update pilot info
svn path=/trunk/; revision=6726
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | README | 9 |
2 files changed, 7 insertions, 6 deletions
@@ -1,3 +1,7 @@ +2000-11-29 JP Rosevear <jpr@helixcode.com> + + * README: Update pilot info + 2000-11-29 Dan Winship <danw@helixcode.com> * configure.in: Bump required gal version to 0.2.99.3 for iconv @@ -147,21 +147,18 @@ please back up your pilot, you will also need to do the following: cvs -d pserver:anonymous@cvs.gnu-designs.com:/cvs/openpalm login The password is just <ENTER>. cvs -d pserver:anonymous@cvs.gnu-designs.com:/cvs/openpalm co pilot-link -./configure --prefix=<pilot-link-prefix> --with-perl=no --with-java=no ---with-tcl=no --with-python=no +./configure --prefix=<pilot-link-prefix> --with-perl=no --with-java=no --with-tcl=no --with-python=no make make install 2) gnome-pilot cvs -z3 co gnome-pilot -./configure --prefix=<gnome-pilot-prefix> ---with-pisock=<pilot-link-prefix> --with-newabs +./configure --prefix=<gnome-pilot-prefix> --with-pisock=<pilot-link-prefix> make make install 3) evolution -in your evo source dir do ./autogen.sh --prefix=<evo-prefix> ---with-pisock=<pilot-link-prefix> --enable-pilot-conduits=yes +in your evo source dir do ./autogen.sh --prefix=<evo-prefix> --with-pisock=<pilot-link-prefix> --enable-pilot-conduits=yes make make install |