summaryrefslogtreecommitdiff
path: root/src/common/doc/installation.h
diff options
context:
space:
mode:
authorHind-M <hind.montassif@gmail.com>2021-09-27 17:32:55 +0200
committerHind-M <hind.montassif@gmail.com>2021-09-27 17:32:55 +0200
commit613db2444a9a12a64b097b944d0180e4fdbff71f (patch)
treec38ee8d325a367ee8f05bc1d3ca7cf1a8b434a0b /src/common/doc/installation.h
parent8749199e00c0ed1c32b8e0198a65797de3ad192a (diff)
Document option WITH_NETWORK in installation manual and tests_strategy
Enable WITH_NETWORK option in some of the CI platforms (for a minimal testing)
Diffstat (limited to 'src/common/doc/installation.h')
-rw-r--r--src/common/doc/installation.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/doc/installation.h b/src/common/doc/installation.h
index 610aa17e..72d4b1e5 100644
--- a/src/common/doc/installation.h
+++ b/src/common/doc/installation.h
@@ -40,6 +40,8 @@ make \endverbatim
* `make test` is using <a href="https://cmake.org/cmake/help/latest/manual/ctest.1.html">Ctest</a> (CMake test driver
* program). If some of the tests are failing, please send us the result of the following command:
* \verbatim ctest --output-on-failure \endverbatim
+ * Testing fetching datasets feature requires the use of the internet and is disabled by default. If you want to include this test, set WITH_NETWORK to ON when building in the previous step (note that this test is included in the python module):
+ * \verbatim cmake -DCMAKE_BUILD_TYPE=Release -DWITH_GUDHI_TEST=ON -DWITH_NETWORK=ON --DWITH_GUDHI_PYTHON=ON .. \endverbatim
*
* \subsection documentationgeneration Documentation
* To generate the documentation, <a target="_blank" href="http://www.doxygen.org/">Doxygen</a> is required.