diff options
author | Stef <stef@ws.local> | 2004-03-31 04:04:16 +0000 |
---|---|---|
committer | Stef <stef@ws.local> | 2004-03-31 04:04:16 +0000 |
commit | a4c0a06821a6f77ee1d7aebeb2eee02bb7aa913d (patch) | |
tree | 3de5c30f7fd9239c8db38fb1a5a8518064fa38b4 /INSTALL | |
parent | 4d38570e69b996d6d119808c66460ceb4fe940b0 (diff) |
Unix porting
Unix porting
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -0,0 +1,8 @@ +====================================================================== + RTFM 1.0 INSTALL + +QUICK INSTALLATION: + # tar -zxvf rtfm-1.0.tar.gz + # ./configure + # make && make install + |