Hi,
I'm creating my own open source project that will utilize the Subversion
API. However, I want to minimize the amount of dependency building I have to
do on various platforms, specifically Windows since it is the most difficult
to deal with. I want to directly use the code from the subversion
development trunk, however I'm not sure what the best way to go about that
is. My main concern is the APR and Neon libraries, as well as any other
mandatory dependencies Subversion has. How do you guys recommend handling
these dependencies? I would prefer to have all third party source code in my
repository for my project to make checkouts quick and simple. I want to
avoid forcing people to go out and hunt down libraries and compile them,
especially on Windows, since this could literally take hours.
Thanks for reading.
Received on 2008-12-01 05:18:35 CET