diff options
-rw-r--r-- | docs/readme.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/readme.txt b/docs/readme.txt index 9fb00bb3..27bbfa6f 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -35,6 +35,16 @@ How to compile fpGUI Please see the readme.txt file in the "src" directory. +System requirements under Linux +=============================== +To be able to compile and link fpGUI based applications you need to install +the following library dependencies. The packages will pull in all the other +required packages too. + + $ sudo apt-get install libX11-dev + $ sudo apt-get install libXft-dev + + ----- Graeme Geldenhuys |