Difference between revisions of "DirectFB"
From CBLFS
Jump to navigationJump to search (→Required) |
Chipster19 (talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | {| style="text-align: left; background-color: AliceBlue;" | |
+ | |- | ||
+ | !Download Source: | ||
+ | | http://www.directfb.org/downloads/Core/DirectFB-{{Directfb-Version}}.tar.gz | ||
+ | |} | ||
− | + | ---- | |
− | DirectFB is a graphics library which was designed with embedded systems in mind. It offers maximum hardware accelerated performance at a minimum of resource usage and overhead. | + | {{Package-Introduction|DirectFB is a graphics library which was designed with embedded systems in mind. It offers maximum hardware accelerated performance at a minimum of resource usage and overhead.|http://www.directfb.org/}} |
− | |||
− | |||
== Dependencies == | == Dependencies == | ||
=== Required === | === Required === | ||
+ | * [[X Window System]] | ||
* [[FreeType]] | * [[FreeType]] | ||
+ | * [[SDL]] | ||
+ | |||
+ | === Recommended === | ||
+ | * [[libvncserver]] | ||
+ | |||
+ | == Configuration Information == | ||
+ | |||
+ | {| | ||
+ | |- | ||
+ | |''--with-gfxdrivers=list:'' Choose your video driver in the list (ati128, cle266, cyber5k, i810, i830, mach64, matrox, neomagic, nsc, nvidia, radeon, savage, sis315, tdfx, unichrome) | ||
+ | |- | ||
+ | |''--enable-X11:'' Add X11 support | ||
+ | |} | ||
+ | |||
+ | == Non-Multilib == | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | ./configure --prefix=/usr --disable-dependency-tracking --enable-zlib && | ||
+ | make | ||
+ | |||
+ | Install the package: | ||
+ | |||
+ | make install | ||
+ | |||
+ | == Multilib == | ||
+ | |||
+ | === 32Bit === | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | To do... | ||
+ | |||
+ | Install the package: | ||
+ | |||
+ | make install | ||
+ | |||
+ | === N32 === | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | To do... | ||
+ | |||
+ | Install the package: | ||
+ | |||
+ | make install | ||
+ | |||
+ | === 64Bit === | ||
+ | |||
+ | Compile the package: | ||
+ | |||
+ | To do... | ||
+ | |||
+ | Install the package: | ||
+ | |||
+ | make install | ||
+ | |||
+ | == Contents == | ||
+ | |||
+ | {| style="text-align: left;" | ||
+ | |-valign="top" | ||
+ | !Installed Directories: | ||
+ | |/usr/share/directfb-{{Directfb-Version}}, /usr/include/directfb, /usr/include/directfb-internal, /usr/lib/directfb-{{Directfb-Version}} | ||
+ | |-valign="top" | ||
+ | !Installed Programs: | ||
+ | |directfb-csource, dfbdump, dfbg, dfbinfo, dfbinput, dfblayer, dfbscreen, dfbsummon, dfbpenmount, mkdfiff, mkdgiff | ||
+ | |-valign="top" | ||
+ | !Installed Libraries: | ||
+ | |libdirect.{la,so}, libfusion.{la,so}, libdirectfb.{la,so}, libdirectfb_fbdev.{la,so} | ||
+ | |} |
Revision as of 11:55, 5 May 2007
Download Source: | http://www.directfb.org/downloads/Core/DirectFB-1.4.3.tar.gz |
---|
Contents
Introduction to DirectFB
DirectFB is a graphics library which was designed with embedded systems in mind. It offers maximum hardware accelerated performance at a minimum of resource usage and overhead.
Project Homepage: http://www.directfb.org/
Dependencies
Required
Recommended
Configuration Information
--with-gfxdrivers=list: Choose your video driver in the list (ati128, cle266, cyber5k, i810, i830, mach64, matrox, neomagic, nsc, nvidia, radeon, savage, sis315, tdfx, unichrome) |
--enable-X11: Add X11 support |
Non-Multilib
Compile the package:
./configure --prefix=/usr --disable-dependency-tracking --enable-zlib && make
Install the package:
make install
Multilib
32Bit
Compile the package:
To do...
Install the package:
make install
N32
Compile the package:
To do...
Install the package:
make install
64Bit
Compile the package:
To do...
Install the package:
make install
Contents
Installed Directories: | /usr/share/directfb-1.4.3, /usr/include/directfb, /usr/include/directfb-internal, /usr/lib/directfb-1.4.3 |
---|---|
Installed Programs: | directfb-csource, dfbdump, dfbg, dfbinfo, dfbinput, dfblayer, dfbscreen, dfbsummon, dfbpenmount, mkdfiff, mkdgiff |
Installed Libraries: | libdirect.{la,so}, libfusion.{la,so}, libdirectfb.{la,so}, libdirectfb_fbdev.{la,so} |