diff options
| -rw-r--r-- | CMakeLists.txt | 2 | ||||
| -rw-r--r-- | README.md | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 57cdeaa..3a5576f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ endif() pkg_check_modules(ZIP libzip) if (NOT ZIP_FOUND) - message(FATAL_ERROR "libzip is required") + message(FATAL_ERROR "libzip is required (https://libzip.org)") endif () include_directories(${ZIP_INCLUDEDIR}) @@ -8,6 +8,7 @@ STASIS consolidates the steps required to build, test, and deploy calibration pi - cmake - libcurl - libxml2 +- libzip - rsync # Installation |
