Go to file
2010-05-04 15:11:48 +02:00
bin Remove asciidoc build dependency, use troff manpages directly. 2010-05-03 21:50:34 +02:00
doc Exclude portableproplib code when generating the API docs. 2010-04-28 18:10:35 +02:00
include xbps_repository_register(): if repository already exists return EEXIST. 2010-04-27 18:01:25 +02:00
lib Also link libxbps to libpthread as it's required now. 2010-05-04 14:57:08 +02:00
.hgignore Update .hgignore after last change (troff manpages). 2010-05-03 22:01:18 +02:00
.hgtags update tags 2010-05-01 17:32:15 +00:00
3RDPARTY Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00
LICENSE LICENSE: remove C comments. 2010-04-28 03:40:31 +02:00
Makefile Rework Makefiles one more time. 2010-01-24 13:59:58 +01:00
NEWS Remove asciidoc build dependency, use troff manpages directly. 2010-05-03 21:50:34 +02:00
prog.mk prog.mk: don't redirect stderr to /dev/null for static linking. 2010-05-04 15:04:06 +02:00
README README: update project URL. 2010-05-04 15:11:48 +02:00
vars.mk Some changes that will appear in 0.5.0: 2010-04-20 14:22:38 +02:00

See http://code.google.com/p/xbps for information.

To build this you'll need:

  - pkg-config
  - zlib (development package with static libs)
  - openssl (development package with static libs)
  - libarchive >= 2.8.0 (development package with static libs)

Optionally to build the API documentation (enabled with BUILD_API_DOCS
make(1) argument):

  - graphviz and doxygen.

By default it will be installed into /usr/local, can be changed
by setting PREFIX and DESTDIR vars as make(1) arguments.

Just run "make" and "make DESTDIR=~/xbps install".

Good luck!