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 /README | |
| parent | c738c27ae49964efcad859d522b1ac0badf4a16e (diff) | |
docu ypdate
Diffstat (limited to 'README')
| -rw-r--r-- | README | 13 |
1 files changed, 11 insertions, 2 deletions
@@ -41,7 +41,8 @@ PARSING / CODE GENERATION 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. + support is not planned. But may work using Cygwin or SFU. Linux users + have to install pmake before compiling Fype! You will also need: @@ -49,7 +50,15 @@ REQUIREMENTS NetBSD Make aka pmake (GNU Make will not work) (it's included in any *BSD) 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 |
