diff options
author | tamplan <[email protected]> | 2020-06-28 15:02:32 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-28 17:04:19 +0200 |
commit | 7d17b180ab97a67787d445769254f2f2af5e2302 (patch) | |
tree | 99b62df8069aa79ff021f75aafff04d5995fc8e4 /README | |
parent | 26ced0be364ed3be106cfe0081502123ce2759fc (diff) | |
download | mate-session-manager-7d17b180ab97a67787d445769254f2f2af5e2302.tar.bz2 mate-session-manager-7d17b180ab97a67787d445769254f2f2af5e2302.tar.xz |
Update compilation instructions
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -18,6 +18,11 @@ See https://wiki.gnome.org/Projects/SessionManagement/ Installation ============ +In order to build this program from the source code you need git installed and + a working MATE environment, with the development tools installed properly. + +git submodule init +git submodule update --remote --recursive ./autogen.sh make make install |