Skip to content

Commit

Permalink
add installation notes to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Mar 25, 2014
1 parent 7f44201 commit fc9fe11
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README
Expand Up @@ -19,6 +19,28 @@ required arguments:

For further information on command formats, type 'hdfmonkey help'.

INSTALLING
----------
From a tarball (see ftp://ftp.untergrund.net/users/gasman/zx/hdfmonkey):

tar xzf hdfmonkey-0.3.tar.gz
cd hdfmonkey-0.3
./configure
make
sudo make install

From git:

git clone https://github.com/gasman/hdfmonkey.git
cd hdfmonkey
autoheader
aclocal
autoconf
automake -a
./configure
make
sudo make install

TODO
----
Implement a FUSE / MacFUSE filesystem driver, so that the disk image can be
Expand Down

0 comments on commit fc9fe11

Please sign in to comment.