mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 04:52:12 +08:00
a8d6ef3ada
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2243 af4574ff-66df-0310-9fd7-8a98e5e911e0
19 lines
757 B
XML
19 lines
757 B
XML
<sect2>
|
|
<title>Installation of <application>SVGAlib</application></title>
|
|
|
|
<note><para>You must compile and install as root. If you don't, certain tools
|
|
won't be able to become <acronym>SUID</acronym> root which is required for
|
|
proper operation. However, this raises a risk of exposing your system to any
|
|
holes in those tools that might be used to gain root access, so use with
|
|
caution.</para></note>
|
|
|
|
<para>Install <application>SVGAlib</application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>patch -Np1 -i ../svgalib-1.4.3-gcc3-1.patch &&
|
|
make prefix=/usr install &&
|
|
cd doc &&
|
|
for dir in man?; do for file in $dir/*; do \
|
|
gunzip /usr/share/man/$file; done; done</command></userinput></screen>
|
|
|
|
</sect2>
|