mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
README.TXT: Update for 1.10.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
parent
d175fea92f
commit
fd6d70000b
1 changed files with 7 additions and 7 deletions
14
README.TXT
14
README.TXT
|
@ -4,8 +4,8 @@ MATE SlackBuilds
|
|||
This project provides SlackBuild scripts to build and install the MATE
|
||||
desktop environment (http://www.mate-desktop.org) on Slackware Linux.
|
||||
Please check the main project website at http://mateslackbuilds.github.io
|
||||
for screenshots and more information. There is also a link to MATE 1.8
|
||||
binary packages for Slackware 14.1 and also MATE 1.6 packages for Slackware
|
||||
for screenshots and more information. There is also a link to MATE 1.10
|
||||
binary packages for Slackware 14.1 and also older MATE packages for Slackware
|
||||
14.0 and 14.1.
|
||||
|
||||
Please read GIT_BRANCHES.TXT to make sure you are on the right branch of
|
||||
|
@ -15,8 +15,8 @@ After cloning the initial Git repo, you will be using 'master' branch which
|
|||
will build the development branch for MATE desktop. Building from the
|
||||
development branch is not supported and may or may not work at any given
|
||||
moment. Most users will want to build from the stable branch which is MATE
|
||||
version 1.8, released in March 2014. Checkout that branch using 'git
|
||||
checkout 14.1-mate-1.8' to build from the stable MSB branch.
|
||||
version 1.10, released in April 2015. Checkout that branch using 'git
|
||||
checkout 14.1-mate-1.10' to build from the stable MSB branch.
|
||||
|
||||
The rest of this README.TXT is specific to building from the 'master'
|
||||
branch.
|
||||
|
@ -27,13 +27,13 @@ How to build and install the MATE packages using these scripts:
|
|||
|
||||
2. Run the 'mate-build-deps.sh' in the msb root directory which will build
|
||||
and install all the necessary dependencies in the /deps directory. There are
|
||||
a total of 28 packages.
|
||||
a total of 29 packages.
|
||||
|
||||
3. Run the 'mate-build-base.sh' in the msb root directory which will build
|
||||
and install all the base (required) packages. There are a total of 21 packages
|
||||
and install all the base (required) packages. There are a total of 24 packages
|
||||
and they do not replace any stock Slackware packages. The SlackBuilds will use
|
||||
wget to download the sources. Or, you can also manually download the
|
||||
sources from: http://pub.mate-desktop.org/releases/1.8 and the download
|
||||
sources from: http://pub.mate-desktop.org/releases/1.10 and the download
|
||||
locations for each dependency and put each source into the corresponding
|
||||
directory within 'base' and 'deps'.
|
||||
|
||||
|
|
Loading…
Reference in a new issue