1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
<html>
<head>
<title>makebootfat Installation</title>
</head>
<body>
<h2><center>makebootfat Installation</center></h2>
<p>
As root or user type:
<p>
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td width="5%"></td><td width="95%">
<pre>
./configure
make
</pre>
</td></tr></table>
<p>
and as root to install the program and the documentation
type:
<p>
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td width="5%"></td><td width="95%">
<pre>
make install
</pre>
</td></tr></table>
<p>
The documentation is in the man page:
<p>
<table width="100%" border="0" cellspacing="0" cellpadding="2"><tr><td width="5%"></td><td width="95%">
<pre>
man makebootfat
</pre>
</td></tr></table>
</body>
</html>
|