Tadah!MLIP includes all necessary libraries, so no external downloads are needed.
The internet connection is required during the installation process.
.. _building_tadah:
...
...
@@ -192,7 +199,7 @@ The following libraries can be compiled, depending on the build settings:
Compiling and Linking with Library
..................................
For C++ library use, compile with C++17 or higher. Include library headers using the prefix `tadah/`.
For C++ library use, compile with C++17 or higher. Include library headers using the prefix `tadah/` and link relevant libraries. For ``libtadah.mlip`` it is often the case that both ``libtadah.models`` and ``libtadah.core`` must be linked as well.