2009-12-12 11:20:23 +01:00
|
|
|
See http://xbps.nopcode.org/ for information.
|
|
|
|
|
|
|
|
To build this you'll need:
|
|
|
|
|
2010-03-31 12:50:31 +02:00
|
|
|
- pkg-config
|
2010-04-24 18:08:39 +02:00
|
|
|
- zlib (development package with static libs)
|
2010-01-23 02:37:19 +01:00
|
|
|
- openssl (development package with static libs)
|
2010-04-20 14:22:38 +02:00
|
|
|
- libarchive >= 2.8.0 (development package with static libs)
|
2010-01-23 02:37:19 +01:00
|
|
|
- asciidoc (to build the manpages)
|
|
|
|
|
2010-01-23 06:59:45 +01:00
|
|
|
Optionally to build the API documentation (enabled with BUILD_API_DOCS
|
|
|
|
make(1) argument):
|
2010-01-23 02:37:19 +01:00
|
|
|
|
|
|
|
- graphviz and doxygen.
|
2009-12-12 11:20:23 +01:00
|
|
|
|
|
|
|
By default it will be installed into /usr/local, can be changed
|
|
|
|
by setting PREFIX and DESTDIR vars as make(1) arguments.
|
|
|
|
|
2009-12-28 23:35:16 +01:00
|
|
|
Just run "make" and "make DESTDIR=~/xbps install".
|
2009-12-28 16:19:58 +01:00
|
|
|
|
2009-12-12 11:20:23 +01:00
|
|
|
Good luck!
|