From 062bfc758459685e930bf8529f3198b71a9b55de Mon Sep 17 00:00:00 2001 From: Willem Jan Withagen Date: Wed, 20 Jul 2016 15:59:57 +0200 Subject: [PATCH] README.FreeBSD: Cmake instructions Signed-off-by: Willem Jan Withagen --- README.FreeBSD | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.FreeBSD b/README.FreeBSD index ab29d9c39e2..f6762aab687 100644 --- a/README.FreeBSD +++ b/README.FreeBSD @@ -18,7 +18,9 @@ The following setup will get things running for FreeBSD: Building Ceph ============= - - Go and start building + - Go and start building using Cmake + ./do_freebsd-cmake.sh + - Go and start building using Autobuild (soon depricated) ./do_freebsd.sh Parts not (yet) included: @@ -57,3 +59,9 @@ Things to investigate: - ceph-{osd,mon} need 2 signals before they actually terminate. +Things to improve upon: +======================= + + - Scheduler information is not used atm, because the schedulers work rather different. + But a a certain point in time, this would need some attention: + in: ./src/common/Thread.cc