Skip to content

Commit e7edfbd

Browse files
authoredJan 18, 2023
update c readme (Picovoice#483)
1 parent f4239b2 commit e7edfbd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎demo/c/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,18 @@ Picovoice requires a valid Picovoice `AccessKey` at initialization. `AccessKey`
1414
You can get your `AccessKey` for free. Make sure to keep your `AccessKey` secret.
1515
Signup or Login to [Picovoice Console](https://console.picovoice.ai/) to get your `AccessKey`.
1616

17-
## Build
17+
## Build Linux/MacOS
1818

1919
```console
2020
cmake -S demo/c/. -B demo/c/build && cmake --build demo/c/build --target picovoice_demo_mic
2121
```
2222

23+
## Build Windows
24+
25+
```console
26+
cmake -S demo/c/. -B demo/c/build -G "MinGW Makefiles" && cmake --build demo/c/build --target picovoice_demo_mic
27+
```
28+
2329
## Run
2430

2531
### Usage

0 commit comments

Comments
 (0)
Please sign in to comment.