summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL12
1 files changed, 8 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index de23ce7a76..8c1b4dfdcc 100644
--- a/INSTALL
+++ b/INSTALL
@@ -9,12 +9,16 @@ GTK+ requires the following packages:
http://www.pango.org/download.shtml
+ Pango also requires the FriBidi library, available from:
+
+ http://imagic.weizmann.ac.il/~dov/freesw/FriBidi/
+
- The TIFF, PNG, and JPEG image loading libraries. You most
likely have these installed on your system already. If not
these libraries are available from:
http://www.libtiff.org/
- http://www.libpng.org/
+ ftp://swrinde.nde.swri.edu/pub/png/src/
ftp://ftp.uu.net/graphics/jpeg/
If these libraries are not available, the corresponding
@@ -24,8 +28,8 @@ GTK+ requires the following packages:
Simple install procedure
========================
- % gzip -cd gtk+-1.3.2.tar.gz | tar xvf - # unpack the sources
- % cd gtk+-1.3.2 # change to the toplevel directory
+ % gzip -cd gtk+-1.3.3.tar.gz | tar xvf - # unpack the sources
+ % cd gtk+-1.3.3 # change to the toplevel directory
% ./configure # run the `configure' script
% make # build GTK
[ Become root if necessary ]
@@ -135,7 +139,7 @@ You can compile GTK+ against a copy of GLIB that you have not
yet installed. To do this, give the --with-glib=DIR options
to ./configure. For instance:
- ./configure --with-glib=../glib-1.3.2
+ ./configure --with-glib=../glib-1.3.3
This, however, will not work if you built GLIB with different
source and build directories.