X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2FREADME.solaris;fp=src%2Fceph%2FREADME.solaris;h=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=cd1d1ffc584b06a1f5eba9eeb882f116f6bac432;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/README.solaris b/src/ceph/README.solaris deleted file mode 100644 index cd1d1ff..0000000 --- a/src/ceph/README.solaris +++ /dev/null @@ -1,32 +0,0 @@ - -The Solaris build will only build the librados library. - -Build Prerequisites -=================== - -The following Solaris packages are required for compilation: - - git - autoconf - libtool - automake - gcc-c++-48 - gnu-make - - (use the "pkg install " command to install, as root) - -Download and Compile Boost 1.59 (or higher) - -Building Ceph -============= - - export LDFLAGS="-m64 -L/stage/lib -L/usr/lib/mps/64" - export CPPFLAGS="-m64 -I" - export CXXFLAGS="-m64" - export CFLAGS="-m64" - - ./autogen.sh - ./configure --disable-server --without-fuse --without-tcmalloc --without-libatomic-ops --without-libaio --without-libxfs - cd src - gmake librados.la -