an nzb snatcher written in go
currently in development and not yet ready for use. this should be considered pre-alpha state!
- Install Go and setup GOPATH and GOROOT
- Clone this repo to GOPATH/src/github.com/gosnatch/gosnatch
- cd to GOPATH/src/github.com/gosnatch/gosnatch
make run
to run 4.1make
to build a static binary called gosnatch.out
build/run/compile on osx with sqlite support:
go build -ldflags -linkmode=external
may be needed on some OSX Versions