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