Skip to content

Commit ddab883

Browse files
committed
Building and installing
1 parent dd52997 commit ddab883

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,16 @@ Example:
5151
5252
fusenbd -r sda1 127.0.0.1:10809 sda1 -- -o allow_empty,ro,fsname=qwerty,auto_unmount
5353
```
54+
55+
56+
Building and installing
57+
---
58+
59+
For Linux x86_64, you can try a [pre-built version](https://github.com/vi/fusenbd/releases).
60+
Otherwise,
61+
62+
1. Setup [rust toolchain](rustup.rs)
63+
2. Install FUSE development headers (`apt-get install libfuse-dev`)
64+
3. `cargo install fusenbd`.
65+
4. Either use `fusenbd` right away or find it somewhere and copy to `$PATH`.
66+

0 commit comments

Comments
 (0)