2003-04-08 10:02:24 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Command explanations</title>
|
|
|
|
|
2003-04-09 08:10:43 +08:00
|
|
|
<para><userinput>GCC_VERSION=...</userinput> : STLport needs the
|
|
|
|
location of the C++ headers, which are installed in
|
2003-04-08 10:02:24 +08:00
|
|
|
<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>
|
|
|
|
|