Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kali Linux install issues #3

Open
Hax0rG1rl opened this issue Feb 11, 2018 · 1 comment
Open

Kali Linux install issues #3

Hax0rG1rl opened this issue Feb 11, 2018 · 1 comment

Comments

@Hax0rG1rl
Copy link

Hax0rG1rl commented Feb 11, 2018

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.

image

  • Then I tried to use the dep trick.

image

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

image

Any ideas? Thanks!

@TheHackerDev
Copy link
Owner

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants