2003-08-27 09:41:58 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>SVGAlib</application></title>
|
|
|
|
|
2004-05-31 04:07:13 +08:00
|
|
|
<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>
|
2003-08-27 09:41:58 +08:00
|
|
|
|
|
|
|
<para>Install <application>SVGAlib</application> by running the following commands:</para>
|
|
|
|
|
2003-10-06 01:24:34 +08:00
|
|
|
<screen><userinput><command>patch -Np1 -i ../svgalib-1.4.3-gcc3-1.patch &&
|
2003-09-15 08:12:21 +08:00
|
|
|
make prefix=/usr install &&
|
2003-08-27 09:41:58 +08:00
|
|
|
cd doc &&
|
|
|
|
for dir in man?; do for file in $dir/*; do \
|
|
|
|
gunzip /usr/share/man/$file; done; done</command></userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|