Juju installation using go

Bug #1742257 reported by Adrian Garcia Prado
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Canonical Juju
Fix Released
Low
Adrian Garcia Prado

Bug Description

README.md instructions to install juju using go don't work correctly. It is necessary to install juju dependencies with `godeps`.

Install `godeps` tool

    $ go get github.com/rogpeppe/godeps

Install juju

    $ go get -d -v github.com/juju/juju/...
    $ godeps -u $GOPATH/src/github.com/juju/juju/dependencies.tsv
    $ go install -v github.com/juju/juju/...

Revision history for this message
Adrian Garcia Prado (agprado) wrote :

I modified the instructions so the provided Makefile is used as the preferred way to install code dependencies.

Changed in juju:
status: New → Fix Committed
milestone: none → 2.4-beta1
Changed in juju:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.