diff options
author | tamplan <[email protected]> | 2020-06-28 14:45:39 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2020-06-28 15:45:41 +0200 |
commit | e45fa92ea2d215d732fabbd9dfc1c97680f80426 (patch) | |
tree | 126fc3bc6353ed1e6b81968e6b1fadead2acd589 /README | |
parent | 5d594e559d532b0ddc7b6fd9f92bdd34f67fe9af (diff) | |
download | mate-terminal-e45fa92ea2d215d732fabbd9dfc1c97680f80426.tar.bz2 mate-terminal-e45fa92ea2d215d732fabbd9dfc1c97680f80426.tar.xz |
Add compilation help
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 10 insertions, 4 deletions
@@ -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 |