http-science icon indicating copy to clipboard operation
http-science copied to clipboard

Compilation Instructions?

Open michaelfward opened this issue 6 years ago • 0 comments

We want to use http-science in my current workplace but we are a Django shop. Could you please include compilation instructions? :)

FWIW: Here's what I've done so far. Can't figure out how to get to the last step (I was turning this into a PR for README.md but I can't figure out the last step) -

Compiling

  1. Ensure that you have properly setup your $GOPATH
  2. While in your $GOPATH, clone the repository & cd into it
  3. Run make install_deps
  4. Run bin/deps ensure (bin/deps status to view the status of project dependencies)
  5. Run make && make build

Edit

Okay I think I actually did get it compiled, I just didn't expect it to be in build/

Still not sure if I've done it correctly but opening the PR / keeping this open to start a dialogue :)

Thanks for the great work Clever! Looking forward to using this tool

michaelfward avatar Oct 10 '19 19:10 michaelfward