Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiolo committed Dec 12, 2023
1 parent e13952a commit be8ccae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit be8ccae

Please sign in to comment.