diff options
author | Erik Brangs <erik.brangs@gmx.de> | 2016-04-06 22:26:49 +0200 |
---|---|---|
committer | Dylan Baker <baker.dylan.c@gmail.com> | 2016-04-14 11:15:12 -0700 |
commit | e19f2ddedecff28c238d321e6f86dc4306289b29 (patch) | |
tree | d09d24e48513c3c130611405270a832dff2f64c5 /README | |
parent | 5d8899175735d0f508ff14c54c02220238f46734 (diff) |
README: waffle is available from Ubuntu repositories via the package libwaffle-dev.
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -78,10 +78,7 @@ invoke cmake with option "-DCMAKE_SYSTEM_PROCESSOR=i386". ---------- 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://www.waffle-gl.org) + $ sudo apt-get install cmake g++ mesa-common-dev libgl1-mesa-dev python-numpy python-mako freeglut3-dev x11proto-gl-dev libxrender-dev libwaffle-dev Configure and build. $ cmake . |