Gosmore/Windows

From OpenStreetMap Wiki
Revision as of 21:13, 25 November 2010 by Nic (talk | contribs) (Created page with "==Compiling== * Get [http://sourceforge.net/projects/mingw/ Mingw] and install Msys base * Get Gosmore svn co ... cd gosmore * The libxml2 package does not seem to work. So g...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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