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

Re: Building Subversion on Debian stretch with serf support

From: Philip Martin <philip_at_codematters.co.uk>
Date: Wed, 28 Feb 2018 11:15:07 +0000

Paul Hammant <paul_at_hammant.org> writes:

> Or is there an option to hand `apt-get` that really lassos in the serf
> binary for the same of making Subversion with client support for http(s)
> checkouts.

Typically Debian installs libraries that can be used at runtime but not
at build-time and to get build-time support you need to install the
corresponding -dev package. In this case you need to install
libserf-dev.

You can use

  apt-get build-dep subversion

to install all the build dependencies used by Debian's own Subversion
package.

-- 
Philip
Received on 2018-02-28 12:15:19 CET

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.