From c95f71c637be17f380855bcc587c9cbb4c4bd19a Mon Sep 17 00:00:00 2001 From: Sebastien Date: Tue, 11 Apr 2023 10:30:19 +0200 Subject: [PATCH] Update README.md git dependencie --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 570bd69558..930ef1206d 100755 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ the source and Windows binaries archives. They are placed in the `binaire-aux` d ## Prerequisites In addition of previously named tools, people willing to compile binaries from the source code will need to install the [cmake](www.cmake.org) -program. Linux and MacOS X users may also want to get X11 header files in order to generate graphical functionalities like *SaisieBasc*, *SaisieMasque*, etc ... +program and git. Linux and MacOS X users may also want to get X11 header files in order to generate graphical functionalities like *SaisieBasc*, *SaisieMasque*, etc ... The package of X11 headers is general called `libx11-dev` under Linux distributions. X11-based tools are not available in the Windows version. Windows users may need Qt5 libraries to generate graphical interfaces such as *SaisieMasqQT*.