summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamplan <[email protected]>2020-06-28 16:11:21 +0200
committerraveit65 <[email protected]>2020-06-28 16:55:44 +0200
commit1df69e9eac9a50c1c5da9d1a9779fefe2cdc1c91 (patch)
tree0672c6f03c7ffca3f543dd8961bc4de3ddc1958a
parentabfe5d9dee3a2d7057fbc0377a4cfdb21aa11679 (diff)
downloadengrampa-1df69e9eac9a50c1c5da9d1a9779fefe2cdc1c91.tar.bz2
engrampa-1df69e9eac9a50c1c5da9d1a9779fefe2cdc1c91.tar.xz
Update compilation instructions
-rw-r--r--README5
1 files changed, 2 insertions, 3 deletions
diff --git a/README b/README
index c51e2e8..2249762 100644
--- a/README
+++ b/README
@@ -65,8 +65,7 @@
* Dependencies
In order to build this program from the source code you need git installed and
- a working MATE environment version 1.2, with the development tools installed
- properly.
+ a working MATE environment, with the development tools installed properly.
Also you need the following libraries:
* glib >= 2.32.0
@@ -76,7 +75,7 @@
* Install
git submodule init
- git submodule update
+ git submodule update --remote --recursive
./autogen.sh
make
make install