You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The README.md file doesn't give enough information to let one build a copy of geoipupdate with non-default directories - at least, not if one is a go novice. It looks as if the correct approach is something like:
cd $HOME/go/src/github.com/maxmind/geoipupdate and do:
set CONFFILE=/some/path/myGeoIP.conf
set DATADIR=/some/path/to/data/dir
make
But this doesn't work. It would be nice if README.md could include the correct steps to achieve the desired results.
The text was updated successfully, but these errors were encountered:
That works fine, thanks - except I should mention that there's a dependency on pandoc, readily fixed on my Mac by doing sudo port install pandoc (I haven't graduated to homebrew yet). I'll be trying it on Centos soon...
The README.md file doesn't give enough information to let one build a copy of geoipupdate with non-default directories - at least, not if one is a go novice. It looks as if the correct approach is something like:
But this doesn't work. It would be nice if README.md could include the correct steps to achieve the desired results.
The text was updated successfully, but these errors were encountered: