summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorChad Versace <chad.versace@linux.intel.com>2014-05-27 18:01:14 -0700
committerChad Versace <chad.versace@linux.intel.com>2014-05-27 18:01:14 -0700
commiteccea76b655bc20cdbf07985c27a35768b4bb2ce (patch)
tree77b5227d54b470e80a02dd130b3140b460034838 /README
parent796f34749dc21ad96f6ac25ca94d403a0974581e (diff)
README,cmake: Update Waffle's website url
Waffle now lives at http://www.waffle-gl.org. Signed-off-by: Chad Versace <chad.versace@linux.intel.com>
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 530879dc0..682de662d 100644
--- a/README
+++ b/README
@@ -35,7 +35,7 @@ First of all, you need to make sure that the following are installed:
- cmake (http://www.cmake.org)
- GL, glu and glut libraries and development packages (i.e. headers)
- X11 libraries and development packages (i.e. headers)
- - waffle (http://people.freedesktop.org/~chadversary/waffle)
+ - waffle (http://www.waffle-gl.org)
- nose. Only needed for python framework tests
(https://nose.readthedocs.org/en/latest/)
@@ -67,7 +67,7 @@ Install development packages.
$ sudo apt-get install cmake g++ mesa-common-dev libgl1-mesa-dev python-numpy python-mako freeglut3-dev x11proto-gl-dev libxrender-dev
Install additional components for which Ubuntu packages do not yet exist:
- - waffle (http://people.freedesktop.org/~chadversary/waffle)
+ - waffle (http://www.waffle-gl.org)
Configure and build.
$ cmake .