Index: cnt_download.php =================================================================== RCS file: /projects/www/pgadmin3/cnt/cnt_download.php,v retrieving revision 1.69 retrieving revision 1.70 diff -Lpgadmin3/cnt/cnt_download.php -Lpgadmin3/cnt/cnt_download.php -u -w -r1.69 -r1.70 --- pgadmin3/cnt/cnt_download.php +++ pgadmin3/cnt/cnt_download.php @@ -336,13 +336,11 @@
  • - + -
  • - - - +
  • + @@ -352,14 +350,13 @@
    - - + wxWidgets download area."), "http://www.wxwidgets.org");?>


    - tar -xzf wxWindows*.tar.gz + tar -xzf wxWidgets*.tar.gz
    @@ -372,19 +369,15 @@
    - cd wxWindows*
    + cd wxWidgets*
    ./configure --with-gtk --enable-gtk2 \
    - --enable-unicode --disable-shared --enable-debug
    + --enable-unicode --disable-shared --enable-debug --enable-mimetype=no
    make
    sudo make install

    #
    cd contrib/src/stc
    make
    sudo make install

    - #
    - cd ../xrc/
    - make
    - sudo make install
    @@ -398,7 +391,7 @@ # Please checkout wxWindows and pgAdmin from CVS only.
    # To coordinate efforts, please contact us on the mailing list

    - cd wxWindows*
    + cd wxWidgets*
    ../configure --with-mac --disable-shared --enable-debug
    make
    sudo make install

    @@ -406,10 +399,6 @@ cd contrib/src/stc/
    make
    sudo make install

    - #
    - cd ../xrc/
    - make
    - sudo make install