Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Jul 2016 01:28:31 +0000 (UTC)
From:      Benjamin Kaduk <bjk@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r49135 - head/en_US.ISO8859-1/htdocs/news/status
Message-ID:  <201607200128.u6K1SV1J062745@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201607200128.u6K1SV1J062745>