diff options
author | Chad Versace <chad.versace@linux.intel.com> | 2012-11-05 10:15:54 -0800 |
---|---|---|
committer | Chad Versace <chad.versace@linux.intel.com> | 2012-11-05 10:19:18 -0800 |
commit | f72cb46fcf7ba9cc76d38da2d3e15f9c0e9f86a4 (patch) | |
tree | 2b3cd919642df575d16b076185ca289d3192785a /README | |
parent | e75c9306049b847189131e92d0a12220d29dd4b1 (diff) |
README: List waffle as a build requirement
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,6 +35,7 @@ First of all, you need to make sure that the following are installed: - GL, glu and glut libraries and development packages (i.e. headers) - X11 libraries and development packages (i.e. headers) - libpng, libtiff and related development packages (i.e. headers) + - waffle (http://people.freedesktop.org/~chadversary/waffle) Now configure the build system: @@ -63,6 +64,9 @@ invoke cmake with option "-DCMAKE_SYSTEM_PROCESSOR=i386". Install development packages. $ sudo apt-get install cmake g++ mesa-common-dev libgl1-mesa-dev libtiff4-dev zlib1g-dev libpng12-dev python-numpy 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) + Configure and build. $ cmake . $ make |