Skip to content

Commit e27109b

Browse files
committed
doc: INSTALL redirect to online documentation
The INSTALL file has obsolete and misleading instructions to compile from sources (-pg actually fails at link time). Replace with links to the online installation and build from source documentations. Signed-off-by: Loic Dachary <[email protected]>
1 parent 4189380 commit e27109b

File tree

1 file changed

+6
-19
lines changed

1 file changed

+6
-19
lines changed

INSTALL

+6-19
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,12 @@
11
Installation Instructions
22
*************************
33

4-
When pulling from git, use the --recursive option to include sub-modules:
4+
To use Ceph
55

6-
$ git clone --recursive https://github.com/ceph/ceph.git
6+
Read online http://docs.ceph.com/docs/master/start/
7+
Read from sources doc/start
78

8-
And then build the configure script with:
9+
To build from sources
910

10-
$ ./autogen.sh
11-
12-
Then the usual:
13-
14-
$ ./configure
15-
$ make
16-
17-
Note that if the FUSE library is not found, the user-space fuse client
18-
will not be built.
19-
20-
If you are doing development, you may want to do
21-
22-
$ CXXFLAGS="-g -pg" ./configure
23-
24-
or similar to avoid the default (-g -O2), which includes optimizations
25-
(-O2).
11+
Read online http://docs.ceph.com/docs/master/install/build-ceph/
12+
Read from sources doc/install/build-ceph.rst

0 commit comments

Comments
 (0)