Skip to content
Snippets Groups Projects
Commit 4d7800f9 authored by rds's avatar rds
Browse files

corrections and keeping up to date

parent 7032ede6
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ $ cd foocanvas/libfoocanvas
$ gcvs diff -u > ZMap/foocanvas/support/libfoocanvas-VERSION.patch
store in ZMap cvs. Make sure '-ko' is used to STOP keyword substitution ($Id: DEV_NOTES,v 1.2 2005-02-11 17:14:24 rds Exp $).
store in ZMap cvs. Make sure '-ko' is used to STOP keyword substitution ($Id: DEV_NOTES,v 1.3 2005-02-25 16:29:27 rds Exp $).
$ cd ZMap/foocanvas/support/
$ cvs add -ko -m'message' libfoocanvas-VERSION.patch
......@@ -41,17 +41,15 @@ $ mv foocanvas libfoocanvas-VERSION
now make all the autoconf stuff. I had to do this first.
$ export AUTOMAKE=~/bin/automake
$ export ACLOCAL_FLAGS="-I ~/share/aclocal -I ~/share/aclocal-1.9"
autogen.sh also requires gnome-common
$ gcvs co gnome-common; ./configure; make; make install
$ ./autogen.sh
remove the Makefiles as autogen.sh runs configure.
$ make dist-gzip
this uses VERSION from configure.in (currently 0.1), I was using YYYYMMDD, who knows what's best.
$ find ./ -name 'Makefile' | xargs rm -f
$ tar -cf libfoocanvas-VERSION.tar libfoocanvas-VERSION/
$ gzip libfoocanvas-VERSION.tar
$ mv libfoocanvas-VERSION.tar.gz ZMap/foocanvas/support/
$ cvs commit -m'message' libfoocanvas-VERSION.tar.gz
......@@ -59,3 +57,18 @@ Should alter untar_patch.sh to set the version variable to VERSION and
tag the files as libfoocanvas-VERSION.
Test by running ./untar_patch.sh and seeing no errors in patch and a complete build
ALPHA builds
------------
Now auto{conf,make}, m4 and libtool are installed
Use gtar and gpatch as the OSF ones don't do gnu options.
export AUTOMAKE=~acedb/prefix/ALPHA/bin/automake-1.9
make sure /usr/local/gtk2/bin is in $PATH
gnome-common & gtk-doc are now installed so just do the following
./autogen.sh; ./configure; make; make install
......@@ -4,7 +4,7 @@
# script to untar and patch libfoocanvas for us.
# Set the following:
FOOCANVAS_VERSION=20050211
FOOCANVAS_VERSION=20050225
#
#
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment