From 05afd88b9849affdc9307d11c4f3100a08c18c24 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Mon, 22 Jun 2020 02:45:19 +0200 Subject: [PATCH] Remove mention of static linking from readme Dynamically linking boost is now the default, since static linking is only needed for distribution. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 13c40d07..9c867117 100644 --- a/README.md +++ b/README.md @@ -298,7 +298,7 @@ the following dependencies: - A Wine installation with `winegcc` and the development headers. The latest commits contain a workaround for a winelib [compilation issue](https://bugs.winehq.org/show_bug.cgi?id=49138) with Wine 5.7+. -- Boost version 1.66 or higher with `libboost_filesystem.a`\* +- Boost version 1.66 or higher\* - libxcb The following dependencies are included in the repository as a Meson wrap: