cmake3 note

This commit is contained in:
olszomal 2022-06-20 11:20:15 +02:00 committed by Michał Trojnara
parent 60fe5d15fe
commit 860e8d6f4e

View File

@ -39,9 +39,12 @@ We highly recommend downloading a [release tarball](https://github.com/mtrojnar/
```
* Install prerequisites on macOS with Homebrew:
```
brew install pkg-config openssl@1.1
brew install cmake pkg-config openssl@1.1
export PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig"
```
**NOTE:** osslsigncode requires CMake 3.6 or newer.
You may need to use `cmake3` instead of `cmake` to complete the following steps on your system.
* Navigate to the build directory and run CMake to configure the osslsigncode project
and generate a native build system:
```