You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Daniel Shahaf <d....@daniel.shahaf.name> on 2012/09/02 21:04:59 UTC

Re: svn commit: r1380017 - /subversion/branches/compressed-pristines/BRANCH-NOTES

Welcome back.  Review below:

ashod@apache.org wrote on Sun, Sep 02, 2012 at 18:26:42 -0000:
> +./get-deps.sh
> +cd apr/; ./buildconf; cd ..
> +cd apr-util/; ./buildconf; cd ..
> +cd apr-util/xml/expat/; ./buildconf.sh; cd ../../..

get-deps.sh downloads tarballs; I believe running buildconf is only
needed when building from an svn checkout (of APR), not from a tarball
(of APR).

> +Notes from Daniel Shahaf:
> +
> +Faster builds:
> +- export CONFIG_SHELL=/bin/sh (minimal sh preferred)
> +...

This have moved to <http://wiki.apache.org/subversion/BuildNotes>.  Feel
free to edit that page if you have anything to add!  (Someone will need
to set a bit on your wiki account after you create it before you'll be
able to edit wiki pages.)