mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-07 09:37:17 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1047 af4574ff-66df-0310-9fd7-8a98e5e911e0
25 lines
820 B
XML
25 lines
820 B
XML
<sect2>
|
|
<title>Installation of <application>DirectFB</application></title>
|
|
|
|
<note><para>DirectFB needs a Linux kernel with frame buffer support. Check
|
|
the documentation in the kernel tree
|
|
(<filename class="directory">/usr/src/linux/Documentation/fb/</filename>)
|
|
on how to enable the frame buffer device for your graphics
|
|
card.</para></note>
|
|
|
|
<para>Install <application>DirectFB</application> by running the
|
|
following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
<para>If you decided to add optional image and video providers then you
|
|
have to install DirectFB-extra package too:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=/usr &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
</sect2>
|