-
Notifications
You must be signed in to change notification settings - Fork 12
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
Add build & install quick-start instructions #23
Comments
I second this. I'm having a hard time building based on instructions I have found for godep.
|
I also have trouble to build the project. I am a beginner of Go. First error is:
Then I tried to install godep:
Then I export:
But I also get the same error:
|
@pinootto try the GO15VENDOREXPERIMENT |
OK. I tried and I got the following error:
|
you need to clone this repo at $GOPATH/src/github.com/timelinelabs/romulus |
OK. I built the romulusd. Thanks. |
@cescoferraro |
this command install romulus at the $GOPATH/src/github.com/timelinelabs/romulus. |
Please add minimal install instructions that assume little-to-no knowledge of the Go environment.
After cloning the project, I ran
make install
(after a quick peak at the Makefile).The install failed with hard-to-follow (for non-gopher) errors.
After googling around I was able to piece together commands and setup required to install Romulus.
I, and assumedly others, would appreciate some "quick-start" instructions.
The text was updated successfully, but these errors were encountered: