summaryrefslogtreecommitdiff
path: root/doc/install.html
AgeCommit message (Collapse)AuthorFilesLines
2011-05-23Imported Upstream version 2011.05.22Ondřej Surý1-1/+1
2011-05-23Imported Upstream version 2011.04.27Ondřej Surý1-1/+1
2011-05-23Imported Upstream version 57Ondřej Surý1-1/+1
2011-05-04Imported Upstream version 2011.04.27Ondřej Surý1-1/+1
2011-05-04Imported Upstream version 57Ondřej Surý1-1/+1
2011-04-28Imported Upstream version 2011.04.27Ondřej Surý1-1/+1
2011-04-26Imported Upstream version 2011.04.13upstream/2011.04.13Ondřej Surý1-2/+25
2011-04-20Imported Upstream version 2011.03.07.1upstream/2011.03.07.1Ondřej Surý1-5/+4
2011-02-18Imported Upstream version 2011.02.15upstream/2011.02.15Ondřej Surý1-2/+16
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-4/+3
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-152/+240
2010-03-16doc/install: tweak port text; drop redundant list of operating systems.Russ Cox1-8/+4
R=adg CC=golang-dev, r http://codereview.appspot.com/597041
2010-03-16install.html: elaborate on shell profile instructionsAndrew Gerrand1-5/+8
R=r, rsc CC=golang-dev http://codereview.appspot.com/556041
2010-03-10install.html: add section on C toolsRobert Griesemer1-15/+17
R=rsc CC=golang-dev http://codereview.appspot.com/238042
2010-02-16install: Added gcc, build-essential to apt-get command line.Andrew Gerrand1-1/+1
Mercury now requires build tools to install. R=rsc CC=golang-dev http://codereview.appspot.com/210042
2010-02-02added note about the GOARM env variableKai Backman1-0/+11
R=rsc, r CC=golang-dev http://codereview.appspot.com/198074
2010-01-28two minor build fixesRuss Cox1-1/+1
Fixes issue 572. Fixes issue 570. R=r CC=golang-dev http://codereview.appspot.com/194134
2010-01-25Remove top-level (src/) Makefile.Christopher Wedgwood1-2/+2
R=rsc, dho, r CC=golang-dev http://codereview.appspot.com/194045 Committer: Russ Cox <rsc@golang.org>
2010-01-25list awk in the dependencies needed for installationRob Pike1-2/+2
(it is installed by apt-get install gawk, I believe) Fixes issue 557. R=rsc CC=golang-dev http://codereview.appspot.com/194050
2009-12-15doc/install.html: how to update to a new releaseRuss Cox1-0/+13
Fixes issue 422. R=r CC=golang-dev http://codereview.appspot.com/180057
2009-12-11Remove GOBIN in PATH dependency; don't assume cwd is $GOROOT/srcDevon H. O'Dell1-7/+4
This change removes the necessity to have GOBIN in $PATH, and also doesn't assume that the build is being run from $GOROOT/src. This is a minimal set of necessary changes to get Go to build happily from the FreeBSD ports collection. R=rsc CC=golang-dev http://codereview.appspot.com/171044 Committer: Russ Cox <rsc@golang.org>
2009-12-11Add a Makefile in place of all.bash. Update docs to reflectDevon H. O'Dell1-2/+2
this change. R=rsc CC=golang-dev http://codereview.appspot.com/171048 Committer: Russ Cox <rsc@golang.org>
2009-11-24add freebsd to the list of os'es.Rob Pike1-8/+33
make the GOOS/GOARCH pair a table to avoid the confusion caused when it was of the form linux/386. R=rsc CC=golang-dev http://codereview.appspot.com/160061
2009-11-11point at how to get easy_install on Ubuntu.Russ Cox1-2/+12
Fixes issue 59. Add note about export. R=r http://codereview.appspot.com/152079
2009-11-11docs: list make as a build dep.Adam Langley1-4/+5
Fixes issue 45. R=rsc, r1 CC=golang-dev http://codereview.appspot.com/154055
2009-11-10install.html: ed needs to be installed tooRuss Cox1-2/+2
Fixes issue 14. R=r http://codereview.appspot.com/152052
2009-11-10remove internal references from doc/install.htmlRuss Cox1-2/+1
and doc/contribute.html. add #go-nuts to help section on nav bar. R=r http://go/go-review/1025035
2009-11-09in addition to bison, need to have gcc and c libraries installed.Russ Cox1-4/+5
R=r http://go/go-review/1024043
2009-11-08copy help section to install doc,Russ Cox1-0/+24
since most people won't get to the second one. R=r http://go/go-review/1024031
2009-11-08mention license in install.html.Russ Cox1-8/+14
tighter nav list. R=r http://go/go-review/1024029
2009-11-068g has an optimizer; update its descriptionRob Pike1-5/+6
R=rsc CC=go-dev http://go/go-review/1025010
2009-11-06arm port description.Kai Backman1-3/+2
R=r http://go/go-review/1026010
2009-11-06Rename go_gccgo_setup to gccgo_install.Ian Lance Taylor1-2/+2
R=rsc CC=go-dev http://go/go-review/1026009
2009-11-05add information comparing the compiler implementations to the installation ↵Rob Pike1-29/+95
document R=rsc CC=go-dev http://go/go-review/1018063 Committer: Russ Cox <rsc@golang.org>
2009-10-23write install docsRuss Cox1-1/+197
R=r CC=go-dev http://go/go-review/1015004
2009-10-22silly change to test the code review processRob Pike1-1/+1
R=rsc http://go/go-review/1013009
2009-10-22main landing pagesRuss Cox1-0/+1
R=r DELTA=55 (7 added, 34 deleted, 14 changed) OCL=35984 CL=35986