mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-07-04 04:02:47 -05:00
cmake3 note
This commit is contained in:

committed by
Michał Trojnara

parent
60fe5d15fe
commit
860e8d6f4e
@ -39,9 +39,12 @@ We highly recommend downloading a [release tarball](https://github.com/mtrojnar/
|
|||||||
```
|
```
|
||||||
* Install prerequisites on macOS with Homebrew:
|
* 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"
|
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
|
* Navigate to the build directory and run CMake to configure the osslsigncode project
|
||||||
and generate a native build system:
|
and generate a native build system:
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user