summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2009-12-10 00:18:10 +0200
committerGraeme Geldenhuys <graemeg@gmail.com>2009-12-10 00:21:51 +0200
commit49704988c885e1b14f001474cce986815134dee1 (patch)
treee84655d1d52920083eaa3a460b504a9ffb515046 /docs
parent006d2790d75dd7ea4d95503bf1faf234f81b2d90 (diff)
downloadfpGUI-49704988c885e1b14f001474cce986815134dee1.tar.xz
Very basic Linux requiremens for compiling fpGUI based apps.
Diffstat (limited to 'docs')
-rw-r--r--docs/readme.txt10
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