race-the-web
race-the-web copied to clipboard
Kali Linux install issues
Hi there,
I do experience some issue trying to compile this.
This is what I did:
- I cloned the repo and initially, I have tried to compile it straightforward but I ended up by getting something like this.

- Then I tried to use the dep trick.

- However, the compiled version doesn't exist so while trying to compile it I got this error:

Any ideas? Thanks!
I just tried updating dep (go get -u github.com/golang/dep/cmd/dep), then running it in the RTW folder (cd /path/to/RTW/; dep ensure). It seemed to work for me.
Try installing dep- go install -i github.com/golang/dep/cmd/dep, then running dep ensure in the RTW directory. This will ensure that you not only get dep, but also install the binary on your system.
Cheers, Aaron (insp3ctre)