diff options
author | Yannick Mauray (frenchguych) <[email protected]> | 2021-08-26 22:57:51 +0200 |
---|---|---|
committer | Luke from DC <[email protected]> | 2021-08-26 21:03:29 +0000 |
commit | 0f59d595624361c429fd1bba9c5985cf968bdff1 (patch) | |
tree | 20d50ca2cb257289986d52fcc1b7b9d7befb8cce /README | |
parent | 808032fcd41f10f8c794f9c8ea90a2aad30c76f7 (diff) | |
download | mate-panel-0f59d595624361c429fd1bba9c5985cf968bdff1.tar.bz2 mate-panel-0f59d595624361c429fd1bba9c5985cf968bdff1.tar.xz |
Updated installation instructions ; added missing build dependency
Diffstat (limited to 'README')
-rw-r--r-- | README | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -26,13 +26,18 @@ Installation See the file 'INSTALL'. If you are not using a released version of mate-panel (for example, if you checked out the code from git), you -first need to run './autogen.sh'. +first need to run : + +git submodule init +git submodule update +./autogen.sh Build dependencies ================== On Ubuntu MATE 18.04 (daily 2018-01-30) build-essential +autopoint mate-common libglib2.0-dev yelp-tools |