From be8ccaeb0eb6457a97c943b319e37bea902535b9 Mon Sep 17 00:00:00 2001 From: Tobias Predel Date: Tue, 12 Dec 2023 16:46:02 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 921b158b..dda0a6d3 100755 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Linux: - Using the version of wxWidgets from https://github.com/wxWidgets/wxWidgets.git - Follow the instructions to build there, but add `--enable-unicode` and - `--disabled-shared` to the `configure` step. + `--disable-shared` to the `configure` step. - Build with `cmake -S . -B _build -DCMAKE_BUILD_TYPE=Release` or similar. You can change the default installation prefix (`/usr/local`) by passing something like `-DCMAKE_INSTALL_PREFIX=/usr`. - Install using `sudo make -C _build install`.