12 lines
266 B
Markdown
12 lines
266 B
Markdown
## HOW TO RUN
|
|
|
|
```sh
|
|
conan install . --build missing --output-folder=build
|
|
```
|
|
|
|
This will create all necessary .pc file on build directory
|
|
After that you can run meson setup command like below:
|
|
|
|
```sh
|
|
meson setup build --native-file build/conan_meson_native.ini
|
|
``` |