Skip to content

Commit

Permalink
linux build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
alperakcan committed Mar 28, 2015
1 parent 2428c0c commit 48d7c3c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,18 @@ Build
-----

- Linux:
Dependencies:

# fuse
$ apt-get install libfuse

Build from source depends on:
m4, autoconf, automake, libtool
fuse-dev, e2fsprogs-dev

$ apt-get install m4 autoconf automake libtool
$ apt-get install libfuse-dev e2fslibs-dev

$ ./autogen.sh
$ ./configure
$ make
Expand Down

0 comments on commit 48d7c3c

Please sign in to comment.