2003-08-27 09:41:58 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of <application>SVGAlib</application></title>
|
|
|
|
|
|
|
|
<note><para>You must compile and install as root. If you don't nothing bad
|
|
|
|
will happen during compilation, but certain tools won't be able to
|
2003-10-04 22:23:39 +08:00
|
|
|
become <acronym>SUID</acronym> root which is required for proper operation. However,
|
2003-08-27 09:41:58 +08:00
|
|
|
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>
|
|
|
|
|
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>
|