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 @@
  • Install wxWidgets from source as follows (note, that release builds of pgAdmin should be built without the --enable-debug flag):

    # 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