aboutsummaryrefslogtreecommitdiffstats
path: root/docbook
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-10-12 06:27:09 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-10-12 06:27:09 +0000
commitd1a14a64090c5ec8bbc4197bffd02a709341ab4c (patch)
tree5259233f3202ea4d5024114cbd65f31094d98864 /docbook
parentd1a769c20bb2d8f3c699da15b09a824c0749cc77 (diff)
how to use the ./configure script to build gtk1.x versions for unix builds
svn path=/trunk/; revision=12273
Diffstat (limited to 'docbook')
-rw-r--r--docbook/edg_src/EDG_chapter_sources.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/docbook/edg_src/EDG_chapter_sources.xml b/docbook/edg_src/EDG_chapter_sources.xml
index e61d9c7c82..ea7606941a 100644
--- a/docbook/edg_src/EDG_chapter_sources.xml
+++ b/docbook/edg_src/EDG_chapter_sources.xml
@@ -362,6 +362,13 @@
make
</programlisting>
</para>
+ <para>
+ If you need to build with a GTK 1.x version, you have to use:
+ <programlisting>
+./configure --disable-gtk2
+ </programlisting>
+ instead of just ./configure.
+ </para>
</section>
<section>