Skip to content

Commit

Permalink
Building and installing
Browse files Browse the repository at this point in the history
  • Loading branch information
vi committed Aug 19, 2018
1 parent dd52997 commit ddab883
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,16 @@ Example:
fusenbd -r sda1 127.0.0.1:10809 sda1 -- -o allow_empty,ro,fsname=qwerty,auto_unmount
```


Building and installing
---

For Linux x86_64, you can try a [pre-built version](https://github.com/vi/fusenbd/releases).
Otherwise,

1. Setup [rust toolchain](rustup.rs)
2. Install FUSE development headers (`apt-get install libfuse-dev`)
3. `cargo install fusenbd`.
4. Either use `fusenbd` right away or find it somewhere and copy to `$PATH`.

0 comments on commit ddab883

Please sign in to comment.