glfs/general/graphlib/directfb/directfb-inst.xml

19 lines
571 B
XML
Raw Normal View History

<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 &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>