mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
12 lines
321 B
XML
12 lines
321 B
XML
|
<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 &&</userinput>
|
||
|
<userinput>make &&</userinput>
|
||
|
<userinput>make install</userinput></screen></para>
|
||
|
|
||
|
</sect2>
|
||
|
|