On Wed, Apr 18, 2018 at 10:50:15AM +0200, Thomas Singer wrote: > Hi developers, > > I'm trying to build SVN 1.10 on CentOS 6.2 based on a black-box build script > that I have for SVN 1.9. So far it looks like SVN 1.10 requires a newer > sqlite-amalgamation-3081101.zip and requires something regarding LZ4. > Unfortunately, simply adding "--with-lz4=internal" is not sufficient, > because now it complains about "Subversion requires UTF8PROC". How to > install that - where can I find documentation about how to build SVN 1.10?
See ./configure --help ; utf8proc is another new required dependency and, like with lz4, there's an internal copy you could compile with.