diff --git a/CMakeLists.txt b/CMakeLists.txt index 27847fd7..f384c4ef 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -71,7 +71,7 @@ if(NOT ZLIB_FOUND) message(ERROR "-- zlib library not found (required)") endif() -find_package(libzip 1.9.99 REQUIRED) +find_package(libzip 1.10 REQUIRED) if(NOT SQLite3_FOUND) message(ERROR "-- sqlite3 library not found (required)") diff --git a/INSTALL.md b/INSTALL.md index c00b3dd0..f3b57f80 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -2,7 +2,7 @@ ckmame is written in C++17 and uses [cmake](https://cmake.org) to build. To use ckmame, you need - [zlib](http://www.zlib.net/) (at least version 1.1.2) -- [libzip](https://libzip.org/) (at least version 1.8.0) +- [libzip](https://libzip.org/) (at least version 1.10.0) - [SQLite3](https://www.sqlite.org/) - optionally [libxml2](http://xmlsoft.org/) (for M.A.M.E. -listxml and detectors) - optionally [libarchive](https://www.libarchive.org/) (for reading from 7z archives)