mirror of
https://github.com/sbopkg/sbopkg
synced 2024-12-31 10:23:25 +01:00
mention that building deps in order is not really a supported feature in README and sbopkg(8) man page
This commit is contained in:
parent
c9d8192b62
commit
99493e673b
2 changed files with 9 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# $Id$
|
# $Id$
|
||||||
|
|
||||||
Sbopkg README
|
Sbopkg README
|
||||||
Copyright 2007-2008 Chess Griffin <chess@chessgriffin.com>
|
Copyright 2007-2009 Chess Griffin <chess@chessgriffin.com>
|
||||||
|
|
||||||
Homepage: http://www.sbopkg.org
|
Homepage: http://www.sbopkg.org
|
||||||
|
|
||||||
|
@ -24,9 +24,11 @@ the 'build queue' feature. Sbopkg will not check dependencies since
|
||||||
that is not a feature native to Slackware, but since the build queue
|
that is not a feature native to Slackware, but since the build queue
|
||||||
will process packages in the order listed, it sometimes may be
|
will process packages in the order listed, it sometimes may be
|
||||||
possible to build and install dependencies in order prior to building
|
possible to build and install dependencies in order prior to building
|
||||||
and installing the final, desired package. Ultimately, Sbopkg is one
|
and installing the final, desired package. Given the nature of
|
||||||
thing and one thing only: a medium to easily browse a local copy of
|
building dependencies, however, this probably will not always work and
|
||||||
the SlackBuilds.org repository and build packages from it.
|
is not really a supported feature. Ultimately, Sbopkg is one thing
|
||||||
|
and one thing only: a medium to easily browse a local copy of the
|
||||||
|
SlackBuilds.org repository and build packages from it.
|
||||||
|
|
||||||
Sbopkg can be also be used strictly from the command line without the
|
Sbopkg can be also be used strictly from the command line without the
|
||||||
dialog interface to do most of the above items. Typing sbopkg -h
|
dialog interface to do most of the above items. Typing sbopkg -h
|
||||||
|
|
|
@ -105,7 +105,9 @@ will build and install foo and then build and install bar. By
|
||||||
carefully considering the order of the packages listed, the user may
|
carefully considering the order of the packages listed, the user may
|
||||||
be able to build and install dependencies in the right order before
|
be able to build and install dependencies in the right order before
|
||||||
the final application is built and installed. Of course, given the
|
the final application is built and installed. Of course, given the
|
||||||
nature of dependencies, this may not always be possible.
|
nature of dependencies, this may not always be possible and so
|
||||||
|
building dependencies like this is not really a supported feature.
|
||||||
|
Still, when when it works, it can be helpful.
|
||||||
|
|
||||||
.TP 5
|
.TP 5
|
||||||
.B -l
|
.B -l
|
||||||
|
|
Loading…
Reference in a new issue