You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2020/08/19 07:08:11 UTC

[logging-log4cxx] branch gphr_30_docs updated: Added a hint that CMAKE does things automatically only.

This is an automated email from the ASF dual-hosted git repository.

tschoening pushed a commit to branch gphr_30_docs
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git


The following commit(s) were added to refs/heads/gphr_30_docs by this push:
     new 9acb6cc  Added a hint that CMAKE does things automatically only.
9acb6cc is described below

commit 9acb6cc3017e37820101cf4dceb23ba1ebf76484
Author: Thorsten Schöning <ts...@am-soft.de>
AuthorDate: Wed Aug 19 09:08:03 2020 +0200

    Added a hint that CMAKE does things automatically only.
---
 src/site/markdown/dependencies.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/site/markdown/dependencies.md b/src/site/markdown/dependencies.md
index 2e2beae..49a21ec 100644
--- a/src/site/markdown/dependencies.md
+++ b/src/site/markdown/dependencies.md
@@ -48,10 +48,11 @@ files, for example by setting a rollover policy which ends in `.gz` or `.zip`.
 
 ## log4j+Java
 
-Log4j and Java are needed to run tests to ensure that log4cxx has binary
-compatability with log4j.
-Note that the correct binary for log4j will be downloaded and used automatically.
-As such, you only need to have Java installed on your system.
+log4j and Java are needed to run some tests to ensure that log4cxx has binary compatability with
+log4j. Note that the correct binary for log4j will be downloaded and used automatically if CMAKE is
+used to build the project, otherwise one needs to get that manually. Java needs to be installed on
+the system already in all cases, but with CMAKE again, if it's not, the corresponding tests are
+skipped entirely automatically.
 
 # Licenses(direct dependencies only)