DOCS: removed qt5 dependencies

master
Martin Gerhardy 2021-05-09 16:05:57 +02:00
parent 10ceb5978e
commit 209e86b358
1 changed files with 3 additions and 3 deletions

View File

@ -44,17 +44,17 @@ CREATE EXTENSION pgcrypto;
## MacPorts
```bash
port install qt5 postgresql95-server
port install postgresql95-server
```
## Brew
```bash
brew install qt5 mosquitto libuv sdl2 libpq sdl2_mixer
brew install mosquitto libuv sdl2 libpq sdl2_mixer
```
## Windows
```bash
vcpkg install sdl2 libuv libpq lua glm glslang gtest qt5 mosquitto
vcpkg install sdl2 libuv libpq lua glm glslang gtest mosquitto
```