mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
missing paragraph
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@14958 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
e77eea373e
commit
73bd2c471b
@ -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 &&
|
||||
./configure --prefix=/usr --disable-static &&
|
||||
make</userinput></screen>
|
||||
|
@ -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 &&
|
||||
cd build &&
|
||||
cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr .. &&
|
||||
|
Loading…
Reference in New Issue
Block a user