46 Commits
Author SHA1 Message Date
junv e383017680 update readme 2016-03-06 20:58:55 +08:00
Todd Bealmear 725bc293b2 📝 Add Go 1.5 Compilation Notes [ci skip] 2015-10-24 14:21:57 -07:00
David Poirier 5366dd903d changed gvm install to go1.4 2015-06-12 11:20:22 +10:00
Tyler Houlihan 9cf079ba24 Show the useful gvm listall command
It took me a while to find this, but the gvm listall command is probably its most useful feature, and its not even on the front page.
2015-04-14 23:04:53 -04:00
Antonio Murdaca 7fc9e0ef22 Edit gvm-installer to be compatible with zsh 2014-08-03 22:53:03 +02:00
Dan Buch 38dfba78b8 Making all prefer-binary bits consistent 2014-07-21 10:37:42 -04:00
Joshua Bussdieker 4ce01e1e16 Merge pull request #81 from CoolOppo/patch-1
Merge the apt-get commands
2014-07-09 14:43:15 -07:00
Dan Buch 6b75a19639 Adding support for --preferbinary
to attempt an install from binary, falling back to source install.
2014-06-25 10:27:19 -04:00
CoolOppo 739557089b Merge the apt-get commands 2014-06-14 03:50:56 -04:00
Joshua B. Bussdieker f265a1caca Try to detect OS and ARCH. Also cache downloaded binary. 2014-06-12 12:09:49 -07:00
Ali Abbas 557ddf9e4c display curl error message on failure (i.e: timeout, dns lookup etc.) 2014-05-18 23:22:40 +02:00
Joshua B. Bussdieker f320151f4a Fixes issue #65: Use the new domain and follow redirects 2014-04-27 12:13:17 -07:00
jbussdieker e9a74f86ad Update README.md
We love Travis CI!
2014-04-03 18:10:13 -07:00
Ali Abbas c8410e0ca9 Linux distro specificities 2014-03-29 17:16:48 +01:00
Salehen Shovon Rahman 2eaf690325 Added build-essential to the Linux requirements
Without this instruction change, people might come across a "`unistd.h` not found" error.
2014-01-10 14:05:58 -08:00
Dan Buch 224a8deb25 Filling in some docs for the linkthis command
as well as some minor space/tab touchup.
2013-07-26 08:44:36 -04:00
jbussdieker 85f613741a Use bullet points for Mac requirements 2013-07-13 13:42:45 -07:00
jbussdieker 621fba9837 Merge pull request #29 from moovweb/consistent_readmes
making readmes consistent with eachother.
2013-07-13 13:41:02 -07:00
Manoj Dayaram c14d8b0560 adding command line dev tools to requirement list for macs 2013-07-01 17:13:32 -07:00
Manoj Dayaram 52e888f187 making readmes consistent with eachother. 2013-07-01 17:05:06 -07:00
Matt T. Proud a1b2d926d6 Provide support for vendored native code workflow.
This commit introduces generated overlay filesystem support for
${PATH}, ${LD_LIBRARY_PATH}, and ${PKG_CONFIG_PATH} as well as
includes a working example of how to take advantage of this support
when integrating with vendored code.
2013-05-24 11:36:44 +02:00
jbussdieker e209cb6742 Merge pull request #18 from COLDTURNIP/master
Store packageset data under local path.
2013-05-23 13:30:49 -07:00
jbussdieker 92b2df69fa Update README.md
Better Go installation docs
2013-05-09 08:33:48 -06:00
COLDTURNIP f3a0ec1274 Allow managing pkgset under local folder.
While replacing pakcageset name with "--local", the packageset
information will be managed under some/local/repo/.gvm_local folder, and
add the root path of repository as the first path in GOPATH and PATH.
This makes the repository more portable since we don't store all the
go-installed package files under $HOME/.gvm .

The repository root path for gvm is definded as $PWD while
"pkgset create --local" . When "pkgset list" under some configured local
repository, it will list the root path as the first packageset, and
marked with "L".
2013-02-11 02:19:00 +08:00
Matt T. Proud 4e117a3ab8 Provide support for FreeBSD.
FreeBSD does not by default install the Bourne-Again Shell (bash); and
when it is installed, it is most certainly not installed to
``/bin/bash`` due to the nuances of the conventions around local site
packages.  Rather, it is installed to ``/usr/local/bin/bash``.

Golang explicitly supports FreeBSD, so it should only be reasonable for
GVM to support this target, too.  As a fix, the shell script shebang
definitions now use the ``env`` tool that comes from the _coreutils_
standard package, which is installed on all conventions-adhering Linux
distributions, Mac OS X, and FreeBSD.

FreeBSD prerequisites are now listed in the documentation.

I have tested this against FreeBSD 9.0 release branch on the amd64,
and it works satisfactorily now.
2012-11-18 20:10:59 +01:00
jbussdieker 2dbe743a6f Update README.md 2012-08-17 01:39:51 -07:00
jbussdieker 07211ed306 Update README.md 2012-08-17 01:38:32 -07:00
Joshua Bussdieker 611925e4e7 Update README for Go1 2012-03-28 11:24:21 -07:00
Hampton Catlin 12b1d1a254 adding in joshs credit 2012-03-22 13:18:00 -07:00
Joshua Bussdieker 60b04451a3 master will now be stable. dev will be done in unstable branch 2012-03-14 02:40:58 -07:00
jbussdieker 8a65c2d001 Update README.md 2012-03-14 01:29:58 -07:00
jbussdieker eabc181127 Update README.md 2012-03-07 23:18:39 -08:00
jbussdieker 2b3fb6da35 Update README.md 2012-03-07 02:11:24 -08:00
jbussdieker 7237f663fd Update README.md 2012-03-05 04:33:34 -08:00
jbussdieker 218d322710 Update README.md 2012-03-05 04:11:47 -08:00
jbussdieker 9bdba4e258 Update README.md 2012-03-01 00:07:22 -08:00
jbussdieker fdffbf538c Update README.md 2012-02-20 10:49:34 -08:00
Joshua Bussdieker d1b84c4043 Update readme to use new shorthand versions 2012-01-31 20:52:59 -08:00
Joshua Bussdieker 0de56d1043 Add info to protect Go installs 2012-01-24 02:17:50 -08:00
jbussdieker 8635bded75 Update README.md 2012-01-24 02:03:05 -08:00
Joshua Bussdieker 38d70c9d43 Update README. Work on stable parameter. 2012-01-23 22:04:36 -08:00
jbussdieker a87cc1c949 Add OSX instructions 2012-01-16 13:20:47 -08:00
Joshua Bussdieker 2499b595f5 Update README instructions 2012-01-15 23:25:09 -08:00
jbussdieker 953cfe6e59 Update README 2012-01-15 22:12:11 -08:00
jbussdieker 5e44e94dda Update readme 2012-01-15 22:08:43 -08:00
Joshua Bussdieker fd655910be Updating README 2012-01-15 21:21:30 -08:00