OSMesa: Difference between revisions
→Build libOSMesa from source
(add known problem section) |
|||
Line 20: | Line 20: | ||
Needed for example for Debian wheezy or Ubuntu 12.04.5 which ships OSMesa 8.0.5. | Needed for example for Debian wheezy or Ubuntu 12.04.5 which ships OSMesa 8.0.5. | ||
wget -nc ftp://ftp.freedesktop.org/pub/mesa/current/ | wget -nc ftp://ftp.freedesktop.org/pub/mesa/current/mesa-10.5.4.tar.xz | ||
tar | tar Jxf mesa-10.5.4.tar.xz | ||
cd | cd mesa-10.5.4/ | ||
autoreconf -fi | autoreconf -fi |