From f68bd1fc0859b71aaacf5df0634b0235b6f919e7 Mon Sep 17 00:00:00 2001 From: Brenden Forward Date: Mon, 13 May 2024 17:16:52 -0400 Subject: [PATCH] docs(meson): remove old notice from README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 70ec8027..395800f6 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,7 @@ libraries are compiled through `CMake`. ## Meson You can use `uvw` with [meson](https://mesonbuild.com/) by simply adding it to -your `subprojects` directory in your project. Currently, `uvw` is not available -with `meson wrap`, but this will change with the release of `uvw` 3.4.x. +your `subprojects` directory in your project. To compile `uvw` from source without using it as a subproject, in the `uvw` source directory, run: