From 483eb2f56657e8e7f419ab1a4fab8dce9ade8609 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 20:24:20 +0200 Subject: Adding upstream version 14.2.21. 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 00000000..cd1d1ffc --- /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