From e45fa92ea2d215d732fabbd9dfc1c97680f80426 Mon Sep 17 00:00:00 2001 From: tamplan Date: Sun, 28 Jun 2020 14:45:39 +0200 Subject: Add compilation help --- README | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README b/README index 6b921d4..9b65007 100644 --- a/README +++ b/README @@ -9,21 +9,27 @@ MATE terminal is a fork of GNOME terminal. How it works === -Profiles - +Profiles - all settings are stored in profiles. prefs dialog edits the current profile -Session - +Session - just the number of open windows/tabs and their profile is stored per-session - -Command line options - + +Command line options - do not overlap things that are preferences == Install == +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. + Example: +git submodule init +git submodule update --remote --recursive ./autogen.sh --prefix=/usr --sysconfdir=/etc \ --disable-static --localstatedir=/var --with-gnu-ld make -- cgit v1.2.1