missing paragraph

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14958 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2014-11-18 09:02:26 +00:00
parent e77eea373e
commit 73bd2c471b
2 changed files with 10 additions and 0 deletions

View File

@ -83,6 +83,11 @@
<sect2 role="installation">
<title>Installation of OpenJPEG</title>
<para>
Install <application>OpenJPEG</application> by running the
following commands:
</para>
<screen><userinput>autoreconf -f -i &amp;&amp;
./configure --prefix=/usr --disable-static &amp;&amp;
make</userinput></screen>

View File

@ -80,6 +80,11 @@
<sect2 role="installation">
<title>Installation of OpenJPEG</title>
<para>
Install <application>OpenJPEG</application> by running the
following commands:
</para>
<screen><userinput>mkdir build &amp;&amp;
cd build &amp;&amp;
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .. &amp;&amp;