Gosmore/Windows

From OpenStreetMap Wiki
Jump to navigation Jump to search

Compiling

  • Get Mingw and install Msys base
  • Get Gosmore
 svn co ...
 cd gosmore
tar xzf libxml2-2.7.8.tar.gz
cd libxml2-2.7.8
./configure --without-c14n --without-catalog --without-debug --without-docbook --without-ftp --without-html
  --without-http --without-iconv --without-pattern --without-iso8859x --without-regexps --without-sax1 
  --without-schemas --without-schematron --without-threads --without-valid
make
cd ..
  • Now build gosmore
./configure
make