README: mention xbps.d(5) and abs path requirement for --repository.

This commit is contained in:
Juan RP 2015-01-12 23:42:48 +01:00
parent ab73a2b348
commit 8cbc48b1d3

View file

@ -116,11 +116,14 @@ $ ./xbps-src pkg <pkgname>
When the package and its required dependencies are built, the binary packages will be created When the package and its required dependencies are built, the binary packages will be created
and registered in the default local repository at `hostdir/binpkgs`; the path to this local repository can be added to and registered in the default local repository at `hostdir/binpkgs`; the path to this local repository can be added to
any xbps configuration file or by explicitly appending them via cmdline, i.e: any xbps configuration file (see xbps.d(5)) or by explicitly appending them via cmdline, i.e:
$ xbps-install --repository=/path/to/hostdir/binpkgs ... $ xbps-install --repository=/path/to/hostdir/binpkgs ...
$ xbps-query --repository=/path/to/hostdir/binpkgs ... $ xbps-query --repository=/path/to/hostdir/binpkgs ...
> Currently xbps expects absolute path when using the `--repository` option. This has been
corrected in the 0.44 version.
By default **xbps-src** will try to resolve package dependencies in this order: By default **xbps-src** will try to resolve package dependencies in this order:
- If dependency exists in the local repository, use it (`hostdir/binpkgs`). - If dependency exists in the local repository, use it (`hostdir/binpkgs`).