diff options
author | tamplan <[email protected]> | 2020-06-28 16:11:21 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-28 16:55:44 +0200 |
commit | 1df69e9eac9a50c1c5da9d1a9779fefe2cdc1c91 (patch) | |
tree | 0672c6f03c7ffca3f543dd8961bc4de3ddc1958a | |
parent | abfe5d9dee3a2d7057fbc0377a4cfdb21aa11679 (diff) | |
download | engrampa-1df69e9eac9a50c1c5da9d1a9779fefe2cdc1c91.tar.bz2 engrampa-1df69e9eac9a50c1c5da9d1a9779fefe2cdc1c91.tar.xz |
Update compilation instructions
-rw-r--r-- | README | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 |