Gosmore/Windows
< Gosmore
Jump to navigation
Jump to search
Compiling
- Get Mingw and install Msys base
- Get Gosmore
svn co ... cd gosmore
- The libxml2 package does not seem to work. So get libxml2-2.7.8.tar.gz instead.
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