aboutsummaryrefslogtreecommitdiff
path: root/CVS-INFO
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2010-03-22 00:34:09 +0100
committerDaniel Stenberg <daniel@haxx.se>2010-03-22 00:34:09 +0100
commit1609685fc2f470600204094d39ea55f63a445abf (patch)
tree89691105ce37092486d54a14a929339854e50325 /CVS-INFO
parente1d6034977093908ba63c4cdf8d0d65703c81700 (diff)
various changes of CVS to git
Diffstat (limited to 'CVS-INFO')
-rw-r--r--CVS-INFO67
1 files changed, 0 insertions, 67 deletions
diff --git a/CVS-INFO b/CVS-INFO
deleted file mode 100644
index 68a3747a0..000000000
--- a/CVS-INFO
+++ /dev/null
@@ -1,67 +0,0 @@
- _ _ ____ _
- ___| | | | _ \| |
- / __| | | | |_) | |
- | (__| |_| | _ <| |___
- \___|\___/|_| \_\_____|
-
-CVS-INFO
-
-This file is only present in the CVS - never in release archives. It contains
-information about other files and things that the CVS repository keeps in its
-inner sanctum.
-
-Compile and build instructions follow below.
-
- CHANGES.0 contains ancient changes
- CHANGES contains the most recent changes
-
- Makefile.dist is included as the root Makefile in distribution archives
-
- perl/ is a subdirectory with various perl scripts
-
-To build in environments that support configure, after having extracted
-everything from CVS, do this:
-
-./buildconf
-./configure
-make
-
- Daniel uses a ./configure line similar to this for easier development:
-
- ./configure --disable-shared --enable-debug --enable-maintainer-mode
-
-In environments that don't support configure (i.e. Microsoft), do this:
-
-buildconf.bat
-
-
-REQUIREMENTS
-
- For buildconf (not buildconf.bat) to work, you need the following software
-installed:
-
- o autoconf 2.57 (or later)
- o automake 1.7 (or later)
- o libtool 1.4.2 (or later)
- o GNU m4 (required by autoconf)
-
- o nroff + perl
-
- If you don't have nroff and perl and you for some reason don't want to
- install them, you can rename the source file src/hugehelp.c.cvs to
- src/hugehelp.c and avoid having to generate this file. This will give you
- a stubbed version of the file that doesn't contain actual content.
-
-MAC OS X
-
- With Mac OS X 10.2 and the associated Developer Tools, the installed versions
- of the build tools are adequate. For Mac OS X 10.1 users, Guido Neitzer
- wrote the following step-by-step guide:
-
- 1. Install fink (http://fink.sourceforge.net)
- 2. Update fink to the newest version (with the installed fink)
- 3. Install the latest version of autoconf, automake and m4 with fink
- 4. Install version 1.4.1 of libtool - you find it in the "unstable" section
- (read the manual to see how to get unstable versions)
- 5. Get cURL from the cvs
- 6. Build cURL with "./buildconf", "./configure", "make", "sudo make install"