mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 14:47:17 +08:00
more spelling
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@836 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
d23a555855
commit
3e248486b3
@ -2,7 +2,7 @@
|
||||
<title>Contents</title>
|
||||
|
||||
<para>The gcc-&gcc2-version; package contains the
|
||||
<userinput>gcc-&gcc2-version; c and c++ compilers</userinput>
|
||||
<userinput>gcc-&gcc2-version; C and C++ compilers</userinput>
|
||||
and <userinput>gcc-&gcc2-version;
|
||||
libstdc++.so</userinput> that is required by some commercial and pre-compiled
|
||||
packages.</para>
|
||||
|
@ -12,7 +12,7 @@ patch -Np1 -i ../gcc-&gcc2-version;-no-fixinc.patch</userinput></screen></para>
|
||||
<para><screen><userinput>mkdir ../gcc-build &&
|
||||
cd ../gcc-build</userinput></screen></para>
|
||||
|
||||
<para>Configure gcc to build the c and c++ compilers and enable the related c++
|
||||
<para>Configure gcc to build the C and C++ compilers and enable the related C++
|
||||
options.</para>
|
||||
<para><screen><userinput>../gcc-&gcc2-version;/configure \
|
||||
--prefix=/opt/gcc2 \
|
||||
@ -30,7 +30,7 @@ rm -rf /opt/gcc2/{i686-pc-linux-gnu,info,man}</userinput></screen></para>
|
||||
<para><screen><userinput>L=`find /opt/gcc2/lib -name "*libstdc++*.so" -type f` &&
|
||||
IL=`basename $L`</userinput></screen></para>
|
||||
|
||||
<para>Move the c++ libraries to the standard lib directory to avoid having to
|
||||
<para>Move the C++ libraries to the standard lib directory to avoid having to
|
||||
add /opt/gcc2/lib to <userinput>/etc/ld.so.conf</userinput>.</para>
|
||||
|
||||
<para><screen><userinput>for i in /opt/gcc2/lib/*.so*; do mv -f $i /usr/lib;
|
||||
|
@ -7,7 +7,7 @@ Version used: &nas-version;
|
||||
Package size: &nas-size;
|
||||
Estimated Disk space required: &nas-buildsize;</screen>
|
||||
|
||||
<para>The Network Audio System is a network trasparent, client/server audio
|
||||
<para>The Network Audio System is a network transparent, client/server audio
|
||||
transport system. It can be described as the audio equivalent of an X
|
||||
server.</para>
|
||||
|
||||
|
@ -8,5 +8,5 @@
|
||||
<!ENTITY ffmpeg-version "0.4.6">
|
||||
<!ENTITY ffmpeg-download-http "http://telia.dl.sourceforge.net/sourceforge/ffmpeg/ffmpeg-&ffmpeg-version;.tar.gz">
|
||||
<!ENTITY ffmpeg-download-ftp "">
|
||||
<!ENTITY ffmpeg-size "664 kB">
|
||||
<!ENTITY ffmpeg-size "664 KB">
|
||||
<!ENTITY ffmpeg-time "3.32 SBU">
|
||||
|
@ -11,7 +11,7 @@ MPlayer to utilize freetype fonts instead of the fonts provided by mplayer.</par
|
||||
<para><userinput>--enable-gui</userinput> : This switch tells MPlayer to compile the gui interface code.</para>
|
||||
|
||||
<para><userinput>--enable-menu --enable-new-conf</userinput> : These
|
||||
switches enable the new menu support. It's like an OSD, but youi can
|
||||
switches enable the new menu support. It's like an OSD, but you can
|
||||
also run a shell with it.</para>
|
||||
|
||||
<para><userinput>--enable-shared-pp</userinput> : This enables the
|
||||
|
@ -41,7 +41,7 @@ streams.</para></sect3>
|
||||
(RGB >-< YUV or similar).</para></sect3>
|
||||
|
||||
<sect3><title>tcprobe</title>
|
||||
<para>tcprobe prints informations about the input file format.</para></sect3>
|
||||
<para>tcprobe prints information about the input file format.</para></sect3>
|
||||
|
||||
<sect3><title>tcscan</title>
|
||||
<para>tcscan performs several measurements on the given input
|
||||
|
@ -12,7 +12,7 @@ compileable versions, so the displeasure of the users majority canalized
|
||||
into a new project named Xvid.</para>
|
||||
|
||||
<para>Xvid development was interrupted in Autumn 2002 due to a code-theft
|
||||
the developers at Sigma design commited but it is continued now.</para>
|
||||
the developers at Sigma design committed but it is continued now.</para>
|
||||
|
||||
<para>For worse luck, OpenDivX and Xvid are using the same header file
|
||||
names (an issue that wouldn't be resolved easily) and function namespace,
|
||||
|
@ -11,7 +11,7 @@ Estimated Disk space required: &sane-be-buildsize; (Backends), &sane-fe-buildsi
|
||||
<para>SANE is short for Scanner Access Now Easy. Alas, scanner access is
|
||||
not really easy, since every vendor has own protocols. The only known
|
||||
protocol that should bring some unity into this chaos is the TWAIN interface,
|
||||
but this is too unprecise to allow a stable scanning framework. Therefore,
|
||||
but this is too imprecise to allow a stable scanning framework. Therefore,
|
||||
SANE comes with its own protocol, so the vendor drivers can't be used.</para>
|
||||
|
||||
<para>SANE is split into backends and frontends. The backends are drivers
|
||||
|
Loading…
Reference in New Issue
Block a user