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

12 lines
321 B
XML
Raw Normal View History

<sect2>
<title>Installation of libjpeg</title>
<para>Install libjpeg by running the following commands:</para>
<para><screen><userinput>./configure --enable-static --enable-shared --prefix=/usr &amp;&amp;</userinput>
<userinput>make &amp;&amp;</userinput>
<userinput>make install</userinput></screen></para>
</sect2>