Web pgadmin.org
 Home 
 ·  ·  ·  ·  ·  ·  · 
CVS Commit by dpage: Add missing wx configure option

CVS Commit by dpage: Add missing wx configure option



Log Message:
-----------
Add missing wx configure option

Modified Files:
--------------
    pgadmin3/docs/en_US:
        unix_compilation.html (r1.20 -> r1.21)

Index: unix_compilation.html
===================================================================
RCS file: /projects/pgadmin3/docs/en_US/unix_compilation.html,v
retrieving revision 1.20
retrieving revision 1.21
diff -Ldocs/en_US/unix_compilation.html -Ldocs/en_US/unix_compilation.html -u -w -r1.20 -r1.21
--- docs/en_US/unix_compilation.html
+++ docs/en_US/unix_compilation.html
@@ -25,7 +25,7 @@
 	<LI><P>Install wxWidgets from source as follows (note, that release builds of pgAdmin should be built without the --enable-debug flag): 
 	</P>
 	<PRE># cd wxWidgets-2.5.3
-# ./configure --with-gtk --enable-gtk2 --enable-unicode --disable-shared --enable-debug
+# ./configure --with-gtk --enable-gtk2 --enable-unicode --disable-shared --enable-debug --enable-mimetype=no
 # make
 # make install
 # ldconfig</PRE>


Home | Main Index | Thread Index

top