Philip O'Toole
d8a8558bc0
Clarify build instructions
2015-01-30 13:05:50 -08:00
Philip O'Toole
03367bf32c
Make it clear what the influxDB binary is named
2015-01-21 11:14:09 -08:00
Philip O'Toole
4f7d0e5e46
Pass -f to 'go get'
...
InfluxDB source is affected by this issue:
https://github.com/golang/go/issues/8850
which resulted in the new '-f' flag, which our build process must use.
This flag was added to Go 1.4 in:
ea295a4cfb
2015-01-21 11:09:51 -08:00
Paul Dix
fd8e8a108d
Update contributing.md
...
Fix language in a few spots.
2015-01-14 00:34:26 -05:00
Cory LaNou
a25345531f
add go vet instructions to contribution doc.
2015-01-13 17:37:26 -07:00
Cory LaNou
62f6ebea8c
updating docs and pre-commit hooks for vet
2015-01-13 17:34:06 -07:00
Daniel Vigueras
d213acee90
Fixed 'How to Write Go Code' link
...
The link was wrong, it had an extra closing bracket.
2014-12-22 20:08:37 +00:00
Philip O'Toole
cfb5f87b99
Add instructions on how to set branch and commit hash
2014-11-19 17:09:57 -08:00
Philip O'Toole
4c2f1e09ad
Correct testing instructions
2014-11-19 11:38:43 -08:00
Philip O'Toole
3f13db7f07
Add explicit build instructions
2014-11-18 16:03:05 -08:00
Paul Dix
613b4aebd9
Update contributing based on pure go
2014-11-18 16:58:11 -05:00
Todd Persen
e33b072742
Update docs for OS X.
2014-11-02 21:15:09 -05:00
John Shahid
9ad95bafd7
Merge pull request #977 from chulkilee/contributing
...
Improve contributing.md
2014-10-20 13:53:24 -04:00
Alexandre Viau
83fb72a4c5
need wget to build on Debian
2014-10-13 10:25:38 -04:00
Brennan Ashton
714f387f4b
Missing build dependencies
...
bzlib2-devel is also required and zlib-devel was spelled wrong.
2014-09-30 14:01:38 -07:00
Chulki Lee
e2cd6e4cbb
Use brew --prefix to determine flex/bison path
2014-09-28 11:18:32 -07:00
Chulki Lee
98c87f08ca
Add link text
2014-09-28 11:06:45 -07:00
Leo Baltus
39411b518f
Fedora20 and Centos7 provide libstdc++.a in a separate package
2014-09-09 10:43:02 +02:00
John Shahid
a493485f4d
Drop testing for 1.2.1
...
We are using net/http Client.Timeout which was added in 1.3 and doesn't
exist in 1.2. There's no reason to keep backward compatibility with 1.2
since we're building our own binaries and go1.3 is available for those
who want to build their own binaries.
2014-08-12 15:26:39 -04:00
John Shahid
13514dc6d9
more stuff in the contributing doc
2014-07-17 12:49:45 -04:00
John Shahid
8511f401dd
Add some links to Go related posts
2014-07-17 12:36:16 -04:00
Paul Dix
4207442033
Uh, fix caps on contributing...
2014-07-15 16:01:33 -04:00
John Shahid
bf054b9042
update the contributing guide to have a link to the CLA
...
[skip ci]
2014-07-15 15:28:27 -04:00
John Shahid
54410a2961
more typos
2014-07-15 13:00:21 -04:00
John Shahid
29ad12c7c5
fix a typo.
2014-07-15 12:59:48 -04:00
John Shahid
89b6da1015
Add more dependencies that are needed on Debian 6
2014-07-15 12:58:59 -04:00
John Shahid
9820ce4f74
Add `make format` to the doc
2014-07-15 12:55:38 -04:00
John Shahid
fba1706478
Add a contributing doc
2014-07-15 12:53:35 -04:00