mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-06 17:17:20 +08:00
0482b012c6
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1274 af4574ff-66df-0310-9fd7-8a98e5e911e0
19 lines
691 B
XML
19 lines
691 B
XML
<sect2>
|
|
<title>Command explanations</title>
|
|
|
|
<para><command>GCC_VERSION=...</command>: <application>STLport</application>
|
|
needs the location of the <application>C++</application> headers, which are
|
|
installed in <filename>/usr/include/c++/$GCC_VERSION</filename> if
|
|
installed as per the instructions in <acronym>LFS</acronym>.</para>
|
|
|
|
<para><command>sed -e ...</command>: Replace the location where <application>
|
|
STLport</application> looks for <application>C++</application> headers.</para>
|
|
|
|
<para><command>cd src</command>: Change to the source directory.</para>
|
|
|
|
<para><command>ln -sf gcc-linux.mak Makefile</command>: Use the appropriate
|
|
makefile for our environment.</para>
|
|
|
|
</sect2>
|
|
|