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