diff options
-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 |