Vanilla is gone, say hello to Void GNU/Linux.
This commit is contained in:
parent
6bece221d4
commit
5c4800e430
3 changed files with 15 additions and 17 deletions
|
@ -78,7 +78,7 @@ to be installed into the host system:
|
|||
- awk, bash, gcc c++, gettext, patch, texinfo, perl and fakeroot.
|
||||
- xbps static utilities, available from http://code.google.com/p/xbps.
|
||||
(use the latest available stable version) or
|
||||
'xbps-bin -y install xbps-static' if using Vanilla GNU/Linux.
|
||||
'xbps-bin -y install xbps-static' if using Void GNU/Linux.
|
||||
|
||||
Additionally if you want to work as 'root':
|
||||
|
||||
|
@ -89,15 +89,15 @@ Starting up
|
|||
Firstly you'll have to download the `git` repository that contains `xbps-src`
|
||||
and the build template files. To clone it with `git` use:
|
||||
|
||||
----------------------------------------------------
|
||||
$ git clone git://github.com/xtraeme/vanilla.git
|
||||
----------------------------------------------------
|
||||
-----------------------------------------------------------------
|
||||
$ git clone https://code.google.com/p/xbps.packages xbps-packages
|
||||
-----------------------------------------------------------------
|
||||
|
||||
`xbps-src` and its shell utilities need to be installed in a directory
|
||||
for correct operation, that is accomplished by issuing:
|
||||
|
||||
--------------------------------------------------
|
||||
$ cd vanilla/xbps-src && make install clean
|
||||
$ cd xbps-packages/xbps-src && make install clean
|
||||
--------------------------------------------------
|
||||
|
||||
This will install all files into `/usr/local` by default, can be changed
|
||||
|
@ -238,3 +238,5 @@ suggestion about *xbps-src* and the build templates, don't forget that there
|
|||
is a mailing list to talk about it on:
|
||||
|
||||
http://groups.google.com/xbps
|
||||
|
||||
or join us at #xbps on irc.freenode.net.
|
||||
|
|
|
@ -1,11 +1,9 @@
|
|||
#
|
||||
# Configuration file for xbps-src.
|
||||
#
|
||||
|
||||
#
|
||||
# Directory where the xbps-src GIT repository is stored. This is
|
||||
# required to be mounted in the chroot. You shouldn't need to modify this
|
||||
# one unless your vanilla/xbps-templates repo has been moved to another path.
|
||||
# one unless your xbps-packages repo has been moved to another path.
|
||||
#
|
||||
XBPS_DISTRIBUTIONDIR=@@XBPS_DISTRIBDIR@@
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue