Advertisement
Guest User

Alpaca build success (OS X)

a guest
Aug 28th, 2014
423
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. andrew@iprozac:~$ mkdir -p build/bin
  2. andrew@iprozac:~$ export GOPATH=~/build/
  3. andrew@iprozac:~$ export GOBIN=~/build/bin
  4. andrew@iprozac:~$ export PATH=$PATH:$GOBIN
  5. andrew@iprozac:~$ go get -d github.com/pksunkara/alpaca
  6. andrew@iprozac:~$ cd build/src/github.com/pksunkara/alpaca/
  7. andrew@iprozac:~/build/src/github.com/pksunkara/alpaca$ git checkout v1
  8. Branch v1 set up to track remote branch v1 from origin.
  9. Switched to a new branch 'v1'
  10. andrew@iprozac:~/build/src/github.com/pksunkara/alpaca$ cd
  11. andrew@iprozac:~$ go build github.com/pksunkara/alpaca
  12. andrew@iprozac:~$ ls -alh build/bin/
  13. total 0
  14. drwxr-xr-x 2 andrew staff 68B 29 Aug 12:41 .
  15. drwxr-xr-x 4 andrew staff 136B 29 Aug 12:41 ..
  16. andrew@iprozac:~$ go install github.com/pksunkara/alpaca
  17. andrew@iprozac:~$ ls -alh build/bin/
  18. total 16704
  19. drwxr-xr-x 3 andrew staff 102B 29 Aug 12:43 .
  20. drwxr-xr-x 5 andrew staff 170B 29 Aug 12:43 ..
  21. -rwxr-xr-x 1 andrew staff 8.2M 29 Aug 12:43 alpaca
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement