glfs/general/genlib/stlport/stlport-exp.xml
Larry Lawrence 036393e17a more corner sweeping
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@838 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-09 00:10:43 +00:00

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>