From 0f59d595624361c429fd1bba9c5985cf968bdff1 Mon Sep 17 00:00:00 2001 From: "Yannick Mauray (frenchguych)" Date: Thu, 26 Aug 2021 22:57:51 +0200 Subject: Updated installation instructions ; added missing build dependency --- README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README b/README index 07b2c4a9..8e1b07bb 100644 --- a/README +++ b/README @@ -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 -- cgit v1.2.1