From e6918187568dbd01842d8d1d2c808ce16a894239 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 21 Apr 2024 13:54:28 +0200 Subject: Adding upstream version 18.2.2. Signed-off-by: Daniel Baumann --- README.solaris | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 README.solaris (limited to 'README.solaris') diff --git a/README.solaris b/README.solaris new file mode 100644 index 000000000..cd1d1ffc5 --- /dev/null +++ b/README.solaris @@ -0,0 +1,32 @@ + +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 + -- cgit v1.2.3