From 0a5f8ea6bcf162412810f537973dbb64488022d2 Mon Sep 17 00:00:00 2001 From: Artur Mukhamadiev Date: Thu, 3 Jul 2025 21:40:42 +0000 Subject: [PATCH] Readme with howto --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..18f8942 --- /dev/null +++ b/README.md @@ -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 +``` \ No newline at end of file