svn commit: r49135 - head/en_US.ISO8859-1/htdocs/news/status
Benjamin Kaduk
bjk at FreeBSD.org
Wed Jul 20 01:28:32 UTC 2016
Author: bjk
Date: Wed Jul 20 01:28:30 2016
New Revision: 49135
URL: https://svnweb.freebsd.org/changeset/doc/49135
Log:
Updates to the Ceph report from Willem Jan Withagen
Most notably, CMake is now used for the build.
Submitted by: wjw at digiware.nl
Modified:
head/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml
Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml Tue Jul 19 19:07:53 2016 (r49134)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2016-04-2016-06.xml Wed Jul 20 01:28:30 2016 (r49135)
@@ -772,10 +772,17 @@
<p><tt>git checkout wip-wjw-freebsd-tests</tt></p>
- <p><tt>./do_freebsd.sh</tt></p>
+ <p><tt>./do_freebsd-cmake.sh --deps</tt></p>
</li>
</ul>
+ <p>The <tt>--deps</tt> argument is only needed for the initial
+ installation, to pull in the necessary dependencies; it should be
+ omitted for subsequent builds.</p>
+
+ <p>CMake is now used to build Ceph on &os;; the old method
+ using automake is no longer used.</p>
+
<p>Parts Not Yet Included:</p>
<ul>
More information about the svn-doc-all
mailing list