mirror of https://github.com/ceph/ceph
README.FreeBSD: Cmake instructions
Signed-off-by: Willem Jan Withagen <wjw@digiware.nl>
This commit is contained in:
parent
b4b00f43b1
commit
062bfc7584
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue