From 19fcec84d8d7d21e796c7624e521b60d28ee21ed Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 20:45:59 +0200 Subject: Adding upstream version 16.2.11+ds. Signed-off-by: Daniel Baumann --- ceph-menv/INSTALL | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 ceph-menv/INSTALL (limited to 'ceph-menv/INSTALL') diff --git a/ceph-menv/INSTALL b/ceph-menv/INSTALL new file mode 100644 index 000000000..8a9d85b1e --- /dev/null +++ b/ceph-menv/INSTALL @@ -0,0 +1,19 @@ +ceph-menv + +Installation + +1. Build links + +# assuming ceph build directory is at $HOME/ceph/build +$ cd ceph-menv +$ ./build_links.sh + +A different ceph repository can be passed as the first argument to build_links.sh. + +2. Configure shell environment + +To your shell startup script (such as $HOME/.bashrc) add the following: + +source ~/ceph-menv/.menvrc + +(modify line appropriately if ceph-menv was installed at a different location) -- cgit v1.2.3