Index: unix_compilation.html =================================================================== RCS file: /projects/pgadmin3/docs/en_US/unix_compilation.html,v retrieving revision 1.19 retrieving revision 1.20 diff -Ldocs/en_US/unix_compilation.html -Ldocs/en_US/unix_compilation.html -u -w -r1.19 -r1.20 --- docs/en_US/unix_compilation.html +++ docs/en_US/unix_compilation.html @@ -22,7 +22,7 @@

# wget http://heanet.dl.sourceforge.net/sourceforge/wxWidgets/wxGTK-2.5.3.tar.gz
 # tar -zxf wxGTK-2.5.3.tar.gz
-
  • Install wxWidgets from source as follows: +

  • 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
    @@ -51,7 +51,7 @@
     # tar -zxvf pgadmin3-src.tar.gz
     # cd pgadmin3
     
    -Now the source is downloaded:
    +Now the source is downloaded (note, that release builds of pgAdmin should be built without the --enable-debug flag):
     
     # ./configure --enable-static --enable-debug
     # make all