From fd6d70000b4382eefaba34c222836eff52f31d9e Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Tue, 7 Apr 2015 01:46:49 +0700 Subject: [PATCH] README.TXT: Update for 1.10. Signed-off-by: Willy Sudiarto Raharjo --- README.TXT | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.TXT b/README.TXT index 17ce875..50e19f6 100644 --- a/README.TXT +++ b/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'.