diff options
| author | Paul Buetow <paul@buetow.org> | 2008-09-06 06:07:13 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2008-09-06 06:07:13 +0000 |
| commit | cd6b13ef50dee85b9c89c6ee47e14e8b04302715 (patch) | |
| tree | 63aa44316cd8a4452ea5df5edebc4b838553f9ec /docs/pod/fype.pod | |
| parent | c738c27ae49964efcad859d522b1ac0badf4a16e (diff) | |
docu ypdate
Diffstat (limited to 'docs/pod/fype.pod')
| -rw-r--r-- | docs/pod/fype.pod | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/docs/pod/fype.pod b/docs/pod/fype.pod index 181f39f..c795c89 100644 --- a/docs/pod/fype.pod +++ b/docs/pod/fype.pod @@ -4,7 +4,7 @@ B<Fype> is B<f>or B<y>our B<p>rogram B<e>xecution B<Fype> is B<f>ree B<y>ak B<p>rogramed for B<E>LF -It's not a hype - it's Fype! +It's not a hype - it's B<Fype>! =head1 SYNOPSES @@ -35,7 +35,7 @@ The Fype syntax is very simple and is using a maximum look ahead of 1 and a very =head1 REQUIREMENTS -Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or SFU. +Fype only has been tested on FreeBSD 7.0. Linux may work too. Windows support is not planned. But may work using Cygwin or SFU. Linux users have to install pmake before compiling Fype! You will also need: @@ -44,7 +44,15 @@ You will also need: =head1 GETTING STARTED -Extract, compile and install Fype: +On Linux: Extract, compile and install Fype: + + tar xvjf fype.tar.bz2 + cd fype + pmake + sudo pmake install + pmake clean + +On FreeBSD: Extract, compile and install Fype: tar xvjf fype.tar.bz2 cd fype |
