Skip to content

Commit 18fd325

Browse files
committed
README: fix requirements to refer to Go >= 1.2
1 parent b94596a commit 18fd325

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Installation
4343

4444
To try the alpha release you'll need:
4545

46-
* Go 1.2, for the C++ support of _go build_
46+
* Go >= 1.2, for the C++ support of _go build_
4747
* Qt 5.0.X or 5.1.X with the development files
4848
* The Qt headers qmetaobject_p.h and qmetaobjectbuilder_p.h, for the dynamic meta object support
4949

@@ -63,15 +63,15 @@ If you are using Ubuntu, the [Ubuntu SDK](http://developer.ubuntu.com/get-starte
6363
$ sudo apt-get update
6464
$ sudo apt-get install qtdeclarative5-dev qtbase5-private-dev qtdeclarative5-private-dev libqt5opengl5-dev qtdeclarative5-qtquick2-plugin
6565

66-
and Go 1.2 may be installed using [godeb](http://blog.labix.org/2013/06/15/in-flight-deb-packages-of-go):
66+
and Go >= 1.2 may be installed using [godeb](http://blog.labix.org/2013/06/15/in-flight-deb-packages-of-go):
6767

6868
$ # Pick the right one for your system: 386 or amd64
6969
$ ARCH=amd64
7070
$ wget -q https://godeb.s3.amazonaws.com/godeb-$ARCH.tar.gz
7171
$ tar xzvf godeb-$ARCH.tar.gz
7272
godeb
7373
$ sudo mv godeb /usr/local/bin
74-
$ godeb install 1.2
74+
$ godeb install
7575
$ go get gopkg.in/qml.v1
7676

7777

@@ -133,7 +133,7 @@ On Windows you'll need the following:
133133

134134
* [MinGW gcc](http://sourceforge.net/projects/mingw/files/latest/download) 4.8.1 (install mingw-get and install the gcc from within the setup GUI)
135135
* [Qt 5.1.1](http://download.qt-project.org/official_releases/qt/5.1/5.1.1/qt-windows-opensource-5.1.1-mingw48_opengl-x86-offline.exe) for MinGW 4.8
136-
* [Go 1.2rc1](https://code.google.com/p/go/downloads/list?can=1&q=go1.2rc1) for Windows
136+
* [Go >= 1.2](http://golang.org/doc/install)
137137

138138
Then, assuming Qt was installed under `C:\Qt5.1.1\`, set up the following environment variables in the respective configuration:
139139

@@ -150,7 +150,7 @@ Requirements everywhere else
150150
----------------------------
151151

152152
If your operating system does not offer these dependencies readily,
153-
you may still have success installing [Go 1.2rc1](https://code.google.com/p/go/downloads/list?can=1&q=go1.2rc1)
153+
you may still have success installing [Go >= 1.2](http://golang.org/doc/install)
154154
and [Qt 5.0.2](http://download.qt-project.org/archive/qt/5.0/5.0.2/)
155155
directly from the upstreams. Note that you'll likely have to adapt
156156
environment variables to reflect the custom installation path for

0 commit comments

Comments
 (0)