aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Gutekanst <slimsag@users.noreply.github.com>2015-02-22 20:33:40 -0700
committerStephen Gutekanst <slimsag@users.noreply.github.com>2015-02-22 20:33:40 -0700
commitdf25b1fe668dbfe300dda6ebca5f3c7397e8ce02 (patch)
treec5cb98fce5cba890b6e6c180f179b71005c7d600
parent9231eba7de782ba5156ec7275b576b0a922aa8d7 (diff)
parentc74ece300555c0eacae84228fd289f8625a066ca (diff)
downloadgl-master.tar.gz
README: update to legacy paths
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 4db7379..648e95b 100644
--- a/README.md
+++ b/README.md
@@ -5,7 +5,7 @@ You will need [GLEW](http://glew.sourceforge.net/) at least version 1.5.4.
Once GLEW is installed, you can install this package with `go get`:
- go get github.com/go-gl/gl
+ go get github.com/go-gl-legacy/gl
Contact / discussion mailing list
---------------------------------
@@ -17,14 +17,14 @@ Documentation and examples
--------------------------
Autogenerated documentation can be found on
-[godoc.org](http://godoc.org/github.com/go-gl/gl), and the more thorough
+[godoc.org](http://godoc.org/github.com/go-gl-legacy/gl), and the more thorough
[official GL SDK documentation](http://www.opengl.org/sdk/docs/man/xhtml/) applies.
Examples can be found in our [examples repository](https://github.com/go-gl/examples).
# More libraries: Easy windowing, meshes, text rendering, etc:
-* [GLFW bindings](https://github.com/go-gl/glfw3) for easy windowing, input etc.
+* [GLFW bindings](https://github.com/go-gl/glfw) for easy windowing, input etc.
* [gltext](https://github.com/go-gl/gltext) a native go library for glyph packing and text rendering
* [glu](https://github.com/go-gl/glu) GLU bindings
* [glchart](https://github.com/go-gl/glchart) a [go chart](https://github.com/vdobler/chart) OpenGL backend
@@ -32,7 +32,7 @@ Examples can be found in our [examples repository](https://github.com/go-gl/exam
# Problems and contributing
-If you encounter any problems please [file an issue](https://github.com/go-gl/gl/issues/new).
+If you encounter any problems please [file an issue](https://github.com/go-gl-legacy/gl/issues/new).
Pull requests are welcome. We're looking for contributors!
# Setting your GOPATH
@@ -58,7 +58,7 @@ for your Linux distribution or by downloading the sources from the
[GLEW website](http://glew.sourceforge.net/).
For non-standard GLEW install locations, after `go get` cd to
-`$GOPATH/src/github.com/go-gl/gl` and run:
+`$GOPATH/src/github.com/go-gl-legacy/gl` and run:
CGO_CFLAGS="-I/path/to/includes" CGO_LDFLAGS="-L/path/to/libs" go install
@@ -73,7 +73,7 @@ Note that we import from `GL/glew.h`, so if `pkg-config --cflags` reports
The following instructions are currently a best guess. If you develop on OSX
please [get in contact](http://go-gl.github.com) and let us know if this works,
-or [not](https://github.com/go-gl/gl/issues/new)!
+or [not](https://github.com/go-gl-legacy/gl/issues/new)!
### GLEW from Homebrew / Macports