summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2008-09-06 06:07:13 +0000
committerPaul Buetow <paul@buetow.org>2008-09-06 06:07:13 +0000
commitcd6b13ef50dee85b9c89c6ee47e14e8b04302715 (patch)
tree63aa44316cd8a4452ea5df5edebc4b838553f9ec /README
parentc738c27ae49964efcad859d522b1ac0badf4a16e (diff)
docu ypdate
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 11 insertions, 2 deletions
diff --git a/README b/README
index be020d9..92e62d6 100644
--- a/README
+++ b/README
@@ -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