Skip to content

Commit

Permalink
Release build instruction for windows (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
keineahnung2345 authored Oct 13, 2024
1 parent 3e8d89d commit 1976b51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@ The CMake options control which components will be built and available in the li
2. Build using cmake:
```bash
mkdir build
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build
cmake -B build -DCMAKE_BUILD_TYPE=Release -DCMAKE_CONFIGURATION_TYPES=Release
cmake --build build --config Release
```
This builds static and dynamic libraries. Static library cmake targets are named `<target>_static` (e.g. `hwinfo_static`)
Expand Down

0 comments on commit 1976b51

Please sign in to comment.