mirror of
https://github.com/ceph/ceph
synced 2025-01-11 05:29:51 +00:00
16 lines
259 B
Plaintext
16 lines
259 B
Plaintext
Installation Instructions
|
|
*************************
|
|
|
|
If pulling from git, you first need to build the configure script with
|
|
|
|
$ ./reconf
|
|
|
|
Then,
|
|
|
|
$ ./configure
|
|
$ make
|
|
|
|
Note that if the FUSE library is not found, the user-space fuse client
|
|
will not be built.
|
|
|