30
edits
(changing things like "tar -xzvf" (non-standard) to "tar xzvf") |
|||
| Line 249: | Line 249: | ||
* '''Package Name: ''' DirectFB-1.1.1.tar.gz | * '''Package Name: ''' DirectFB-1.1.1.tar.gz | ||
* '''Download URL: ''' http://www.directfb.org/downloads/Core/DirectFB-1.2.0.tar.gz | |||
* '''Download URL: ''' http://www.directfb.org/downloads/Core/DirectFB-1.2.0 | |||
* '''Installation: ''' | * '''Installation: ''' | ||
** apt-get install libsdl1.2-dev | ** apt-get install libsdl1.2-dev | ||
** tar zxvf DirectFB-1.2.0 | ** tar zxvf DirectFB-1.2.0.tar.gz | ||
** cd DirectFB-1.2.0 | ** cd DirectFB-1.2.0 | ||
** ./configure --prefix=/usr/local/dfb --enable-sdl | ** ./configure --prefix=/usr/local/dfb --enable-sdl | ||
** make | ** make | ||
edits