glfs/general/genlib/stlport/stlport-exp.xml

16 lines
580 B
XML
Raw Normal View History

<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>