Fix INSTALL code rendering

This commit is contained in:
GriffinR 2023-09-08 13:07:11 -04:00 committed by GitHub
parent 9be5faecff
commit 7b03678b8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ porymap requires Qt 5.14.2 & C++11.
The easiest way to get Qt is through [homebrew](https://brew.sh/). The easiest way to get Qt is through [homebrew](https://brew.sh/).
Once homebrew is installed, run these commands in Terminal: Once homebrew is installed, run these commands in Terminal:
``` ```bash
xcode-select --install xcode-select --install
brew update brew update
@ -32,7 +32,7 @@ Install [Qt development tools](https://www.qt.io/download-qt-installer), and use
You need to install Qt. The minimum supported version is currently Qt 5.14.2. You can check your Qt version You need to install Qt. The minimum supported version is currently Qt 5.14.2. You can check your Qt version
with `qtdiag`. with `qtdiag`.
``` ```bash
sudo apt-get install qt6-declarative-dev sudo apt-get install qt6-declarative-dev
# if your distro does not have qt6-declarative-dev, try sudo apt-get install qtdeclarative5-dev # if your distro does not have qt6-declarative-dev, try sudo apt-get install qtdeclarative5-dev
qmake qmake