Readme with howto

This commit is contained in:
Artur Mukhamadiev 2025-07-03 21:40:42 +00:00
parent 5ab176fdf0
commit 0a5f8ea6bc

12
README.md Normal file
View File

@ -0,0 +1,12 @@
## 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
```