summaryrefslogtreecommitdiff
path: root/src/common/doc/installation.h
diff options
context:
space:
mode:
authorVincent Rouvreau <10407034+VincentRouvreau@users.noreply.github.com>2022-06-16 15:36:33 +0200
committerGitHub <noreply@github.com>2022-06-16 15:36:33 +0200
commit854ae4169ece5edfaae15526f42314b0976e2b84 (patch)
tree3ca9b6966694237b61609f975fe5b4932f579938 /src/common/doc/installation.h
parenteb1e6f67cf94e2f3991d9092131621e09b1ee257 (diff)
parent2d20991dd44c621b7becd06c086948f666de4da4 (diff)
Merge pull request #498 from Hind-M/fetch_datasets
Fetch datasets
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 24a7fc7a..229c9f59 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_GUDHI_REMOTE_TEST 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_GUDHI_REMOTE_TEST=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.