summaryrefslogtreecommitdiffstats
path: root/giflib-4.1.6/DEVELOPERS
diff options
context:
space:
mode:
authorUpstream <upstream-import@none>1970-01-12 13:46:40 +0000
committerUpstream <upstream-import@none>1970-01-12 13:46:40 +0000
commit1bc4596b116b3c829824c8b929ce48f864ca4a3c (patch)
tree332339626bc83390de46cf38346f76effc46009b /giflib-4.1.6/DEVELOPERS
downloadandroid_external_giflib-1bc4596b116b3c829824c8b929ce48f864ca4a3c.tar.gz
android_external_giflib-1bc4596b116b3c829824c8b929ce48f864ca4a3c.tar.bz2
android_external_giflib-1bc4596b116b3c829824c8b929ce48f864ca4a3c.zip
external/giflib 4.1.6
Diffstat (limited to 'giflib-4.1.6/DEVELOPERS')
-rw-r--r--giflib-4.1.6/DEVELOPERS29
1 files changed, 29 insertions, 0 deletions
diff --git a/giflib-4.1.6/DEVELOPERS b/giflib-4.1.6/DEVELOPERS
new file mode 100644
index 0000000..4cfac10
--- /dev/null
+++ b/giflib-4.1.6/DEVELOPERS
@@ -0,0 +1,29 @@
+Things to tell developers of libungif....
+
+=======
+Build Tools:
+libungif presently uses autoconf, automake, and libtool in order to build
+shared libraries for a wide variety of platforms. The distributed tarball has
+files prebuilt from these tools. The cvs repository does not. If you want to
+build libungif you will need to have these tools available. I currently run
+with the following versions:
+autoconf 2.57
+automake 1.7.8
+libtool 1.5
+
+(P.S. I use the autogen.sh script in the top level directory to generate
+configure, Makefile.in, etc using these tools.)
+
+=======
+cvs:
+I currently do my work in a subversion repository. Since sourceforge is still
+using cvs and not subversion, there's nothing in the sourceforge tree.
+
+If someone else wants to do development we can definitely talk about the best
+way to share version control access.
+
+=======
+I create the distribution tar ball by using the `make dist` command.... After
+hacking all I want, I check my sources into cvs, checkout a clean tree, run
+./autogen.sh; make dist and then attempt to compile from the libungif-*.tar.gz
+file that is generated.