mirror of
https://github.com/mtrojnar/osslsigncode.git
synced 2025-04-05 01:00:11 -05:00
update building osslsigncode for Unix-like operating systems
This commit is contained in:
parent
a5011a00c5
commit
225ce9bbd6
11
README.md
11
README.md
@ -52,12 +52,15 @@ You may need to use `cmake3` instead of `cmake` to complete the following steps
|
|||||||
* 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:
|
||||||
```
|
```
|
||||||
mkdir build && cd build && cmake ..
|
mkdir build && cd build && cmake -S ..
|
||||||
```
|
```
|
||||||
with specific compile options:
|
with specific compile options:
|
||||||
```
|
```
|
||||||
-Denable-strict=ON
|
-DCMAKE_BUILD_TYPE=Debug
|
||||||
-Denable-pedantic=ON
|
-DCMAKE_C_COMPILER=clang
|
||||||
|
-DCMAKE_PREFIX_PATH=[openssl directory];[curl directory]
|
||||||
|
-DCMAKE_INSTALL_PREFIX=[installation directory]
|
||||||
|
|
||||||
```
|
```
|
||||||
* Then call that build system to actually compile/link the osslsigncode project (alias `make`):
|
* Then call that build system to actually compile/link the osslsigncode project (alias `make`):
|
||||||
```
|
```
|
||||||
@ -69,7 +72,7 @@ You may need to use `cmake3` instead of `cmake` to complete the following steps
|
|||||||
```
|
```
|
||||||
* Make install:
|
* Make install:
|
||||||
```
|
```
|
||||||
sudo cmake --install . --prefix "/home/myuser/installdir"
|
sudo cmake --install .
|
||||||
```
|
```
|
||||||
* Make tarball (simulate autotools' `make dist`):
|
* Make tarball (simulate autotools' `make dist`):
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user