Difference between revisions of "DirectFB"
From CBLFS
Jump to navigationJump to searchAcidPoison (talk | contribs) m (→Multilib) |
|||
Line 12: | Line 12: | ||
=== Required === | === Required === | ||
− | |||
* [[FreeType]] | * [[FreeType]] | ||
+ | * [[Libjpeg]] | ||
+ | * [[libpng]] | ||
=== Recommended === | === Recommended === | ||
Line 19: | Line 20: | ||
* [[libvncserver]] | * [[libvncserver]] | ||
− | == | + | === Optional === |
− | + | * [[X Window System]] | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
== Non-Multilib == | == Non-Multilib == | ||
Line 32: | Line 27: | ||
Compile the package: | Compile the package: | ||
− | ./configure --prefix=/usr --disable- | + | ./configure --prefix=/usr --disable-mmx --disable-sse |
− | |||
make | make | ||
Line 41: | Line 35: | ||
== Multilib == | == Multilib == | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
=== 32Bit === | === 32Bit === | ||
Line 59: | Line 41: | ||
USE_ARCH=32 PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} CC="gcc ${BUILD32}" \ | USE_ARCH=32 PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} CC="gcc ${BUILD32}" \ | ||
− | CXX="g++ ${BUILD32}" ./configure --prefix=/usr | + | CXX="g++ ${BUILD32}" ./configure --prefix=/usr \ |
− | --disable- | + | --disable-mmx --disable-sse |
− | |||
− | |||
− | |||
Install the package: | Install the package: | ||
Line 73: | Line 52: | ||
Compile the package: | Compile the package: | ||
− | + | USE_ARCH=N32 PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} CC="gcc ${BUILDN32}" \ | |
+ | CXX="g++ ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 \ | ||
+ | --disable-mmx --disable-sse | ||
Install the package: | Install the package: | ||
Line 83: | Line 64: | ||
Compile the package: | Compile the package: | ||
− | + | USE_ARCH=64 PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} CC="gcc ${BUILD64}" \ | |
− | CXX="g++ ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/ | + | CXX="g++ ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 \ |
− | --disable- | + | --disable-mmx --disable-sse |
− | + | ||
− | |||
− | |||
Install the package: | Install the package: |
Revision as of 16:27, 29 April 2009
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
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr --disable-mmx --disable-sse make
Install the package:
make install
Multilib
32Bit
Compile the package:
USE_ARCH=32 PKG_CONFIG_PATH=${PKG_CONFIG_PATH32} CC="gcc ${BUILD32}" \ CXX="g++ ${BUILD32}" ./configure --prefix=/usr \ --disable-mmx --disable-sse
Install the package:
make install
N32
Compile the package:
USE_ARCH=N32 PKG_CONFIG_PATH=${PKG_CONFIG_PATHN32} CC="gcc ${BUILDN32}" \ CXX="g++ ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 \ --disable-mmx --disable-sse
Install the package:
make install
64Bit
Compile the package:
USE_ARCH=64 PKG_CONFIG_PATH=${PKG_CONFIG_PATH64} CC="gcc ${BUILD64}" \ CXX="g++ ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 \ --disable-mmx --disable-sse
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} |