diff options
author | tamplan <[email protected]> | 2020-06-20 21:43:43 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-20 22:45:29 +0200 |
commit | 7e2855432045cc25cf0543816f1cd849e5fb1473 (patch) | |
tree | 2e66b827890de54b27d3a27053326394a918bac4 | |
parent | 69bbf09ce5a5895bdd34452cff2611bf0bcd1c87 (diff) | |
download | engrampa-7e2855432045cc25cf0543816f1cd849e5fb1473.tar.bz2 engrampa-7e2855432045cc25cf0543816f1cd849e5fb1473.tar.xz |
Update compilation instructions
after git submodule use
-rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -64,8 +64,8 @@ * Dependencies - In order to build this program from the source code you need a working - MATE environment version 1.2, with the development tools installed + 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. Also you need the following libraries: @@ -75,6 +75,8 @@ * Install + git submodule init + git submodule update ./autogen.sh make make install |