File: INSTALL

package info (click to toggle)
ceph 0.80.7-2%2Bdeb8u2
  • links: PTS, VCS
  • area: main
  • in suites: jessie
  • size: 33,208 kB
  • ctags: 59,027
  • sloc: cpp: 371,579; ansic: 41,688; sh: 15,223; python: 9,402; makefile: 2,906; java: 1,488; asm: 1,073; xml: 227
file content (21 lines) | stat: -rw-r--r-- 424 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Installation Instructions
*************************

If pulling from git, you first need to build the configure script with

$ ./autogen.sh

Then,

$ ./configure
$ make

Note that if the FUSE library is not found, the user-space fuse client
will not be built.  

If you are doing development, you may want to do

$ CXXFLAGS="-g -pg" ./configure

or similar to avoid the default (-g -O2), which includes optimizations
(-O2).