[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: ./INSTALL needed software

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-11-20 23:56:05 CET

Lloyd D Budd <lloyd@foolswisdom.com> writes:
> CLIENT
> apr , Apache CVS version
> aprutil , Apache CVS version

We depend on specific versions of these now, search for APR_VER_REGEX
and APU_VER_REGEX in subversion's configure.in for the ranges.

> neon 0.23.5 (likely removed in the futureh)

"removed" as in we won't depend on Neon anymore? No, our dependence
on Neon is pretty strong, it's not going away.

In build/buildcheck.sh, search for these lines

   NEON_WANTED_REGEX=0.23.?
   NEON_LATEST_WORKING_VER=0.23.5

to see our Neon version requirements. Oh, well, or just read above :-).

> GNU-like diff & diff3

Yup, as described in INSTALL.

> OpenSSL (optional)
> zlib (optional)

Right.

> makeinfo (optional)
> texinfo (optional)
> texidvi or texi2html (optional)
> dvipdf

All these are only for making docs.

> MS WINDOWS ONLY
> apr-iconv , Apache CVS version
> Visual C++ 6.0 or newer

There's a specific Service Pack level or something you need for VC++,
I think; someone here can give more details? (Brane?) I'm surprised
it's not documented in INSTALL section I.9.

> UNIX ONLY
> autoconf 2.50 or newer
> libtool 1.4 or newer

Yup.

> bison or yacc

I think bison/yacc might be for building from working copy only;
source tarballs may not need it. But please test this theory, I'm not
positive about that.

> SERVER (+ all clients reqs)
> apache HTTP 2.0.52 or newer (may be optional later?)
> berkeley DB 4.0.14

I think that's right. We theoretically support Berkeley 4.1.24 right
now, but in practice we haven't really switched over yet.

> UNIX ONLY
> Python 2.0 or higher (optional)
> ** as that is how it worded, but would seem useful on client and mswin too.

Yup (actually, not sure this is optional for the working copy builds,
as the autogen.sh step invokes gen-make.py, which depends on Python.
You might want to check if it's sensitive to version... I think there
was some discussion recently of whether it could still work in 1.x).

Hope this helps! If you spot problems in INSTALL, a patch would be
most welcome,
-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Nov 21 00:31:29 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.