Changes between Version 54 and Version 55 of DevWikiWinMingWSys_20


Ignore:
Timestamp:
Apr 26, 2012, 11:51:00 PM (12 years ago)
Author:
robe
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DevWikiWinMingWSys_20

    v54 v55  
    374374#to set to right postgres
    375375export PATH="/c/projects/pg/pg90/bin/:$PATH"
     376(you'lll need to download docbook xsl files first)
    376377export PGPORT=5439
    377378 ./configure \
     
    382383     --with-gdalconfig=/c/projects/gdal/rel-trunk/bin/gdal-config \
    383384     --with-jsondir=/c/projects/json-c/rel-0.9 \
    384      --with-gui --with-gettext=no
     385     --with-gui --with-gettext=no \
     386     --with-xsldir=/c/projects/docbook
    385387
    386388 make clean