mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-04 23:47:18 +08:00
Make jasper's install more consistent with dependencies
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@18027 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
464f03036c
commit
c3364408ec
@ -84,7 +84,6 @@ cd BUILD &&
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release \
|
||||
-DCMAKE_EXE_LINKER_FLAGS="-lGL -lGLU" \
|
||||
-DCMAKE_SKIP_INSTALL_RPATH=YES \
|
||||
.. &&
|
||||
make</userinput></screen>
|
||||
@ -113,11 +112,11 @@ install -v -m644 ../doc/*.pdf /usr/share/doc/jasper-&jasper-version;</userinput>
|
||||
<sect2 role="commands">
|
||||
<title>Command Explanations</title>
|
||||
|
||||
<para><parameter>-DCMAKE_EXE_LINKER_FLAGS="-lGL -lGLU"</parameter>: This
|
||||
option is needed so the <command>jiv</command> program can be sucessfully
|
||||
built.</para>
|
||||
<para><option>-DCMAKE_EXE_LINKER_FLAGS="-lGL -lGLU"</option>: This option
|
||||
is needed so the <command>jiv</command> program can be sucessfully built.
|
||||
If <xref linkend="freeglut"/> is installed, this option is required.</para>
|
||||
|
||||
<para><parameter>-DCMAKE_SKIP_INSTALL_RPATH=YES</parameter>: This option removes
|
||||
<para><option>-DCMAKE_SKIP_INSTALL_RPATH=YES</option>: This option removes
|
||||
embedded library search paths.</para>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user