Mobile/DFBPorting: Difference between revisions

Jump to navigation Jump to search
(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
* '''Patches: ''' Download following patches and apply to the source.
* '''Download URL: ''' http://www.directfb.org/downloads/Core/DirectFB-1.2.0.tar.gz
** [http://wiki.mozilla.org/images/5/5a/001-dfb-dok-list-crash-fix.patch.zip 001-dfb-dok-list-crash-fix.patch]
* '''Download URL: ''' http://www.directfb.org/downloads/Core/DirectFB-1.2.0-rc1.tar.gz
* '''Installation: '''
* '''Installation: '''
** apt-get install libsdl1.2-dev
** apt-get install libsdl1.2-dev
** tar zxvf DirectFB-1.2.0-rc1.tar.gz
** tar zxvf DirectFB-1.2.0.tar.gz
** cd DirectFB-1.2.0-rc1
** cd DirectFB-1.2.0
** ./configure --prefix=/usr/local/dfb --enable-sdl
** ./configure --prefix=/usr/local/dfb --enable-sdl
** make
** make

Navigation menu