@@ -43,7 +43,7 @@ Installation
43
43
44
44
To try the alpha release you'll need:
45
45
46
- * Go 1.2, for the C++ support of _ go build_
46
+ * Go >= 1.2, for the C++ support of _ go build_
47
47
* Qt 5.0.X or 5.1.X with the development files
48
48
* The Qt headers qmetaobject_p.h and qmetaobjectbuilder_p.h, for the dynamic meta object support
49
49
@@ -63,15 +63,15 @@ If you are using Ubuntu, the [Ubuntu SDK](http://developer.ubuntu.com/get-starte
63
63
$ sudo apt-get update
64
64
$ sudo apt-get install qtdeclarative5-dev qtbase5-private-dev qtdeclarative5-private-dev libqt5opengl5-dev qtdeclarative5-qtquick2-plugin
65
65
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 ) :
67
67
68
68
$ # Pick the right one for your system: 386 or amd64
69
69
$ ARCH=amd64
70
70
$ wget -q https://godeb.s3.amazonaws.com/godeb-$ARCH.tar.gz
71
71
$ tar xzvf godeb-$ARCH.tar.gz
72
72
godeb
73
73
$ sudo mv godeb /usr/local/bin
74
- $ godeb install 1.2
74
+ $ godeb install
75
75
$ go get gopkg.in/qml.v1
76
76
77
77
@@ -133,7 +133,7 @@ On Windows you'll need the following:
133
133
134
134
* [ 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)
135
135
* [ 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 )
137
137
138
138
Then, assuming Qt was installed under ` C:\Qt5.1.1\ ` , set up the following environment variables in the respective configuration:
139
139
@@ -150,7 +150,7 @@ Requirements everywhere else
150
150
----------------------------
151
151
152
152
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 )
154
154
and [ Qt 5.0.2] ( http://download.qt-project.org/archive/qt/5.0/5.0.2/ )
155
155
directly from the upstreams. Note that you'll likely have to adapt
156
156
environment variables to reflect the custom installation path for
0 commit comments