summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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