aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDarkelarious <github@333networks.com>2025-05-04 16:08:07 +0200
committerDarkelarious <github@333networks.com>2025-05-04 16:08:07 +0200
commit8e1fdbe10862ccba3bdff2389c1bb732c6e84da4 (patch)
tree7cbbb5984f8fc5676cd610c388952caa1226c286 /README.md
parent10bd168b65766026ae47eb7619f9fe74ced75e16 (diff)
downloadMasterserver-Qt5-8e1fdbe10862ccba3bdff2389c1bb732c6e84da4.tar.gz
Masterserver-Qt5-8e1fdbe10862ccba3bdff2389c1bb732c6e84da4.zip
database pragmas and timeout restraintsHEADmain
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index b805728..3c0d647 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@ NOTE: This is the GitHub mirror/copy for the 333networks masterserver backend. C
Website: [https://333networks.com](https://333networks.com)
## INSTALL
-The masterserver requires the Qt5 library v5.9.5 or above to run. On linux, these binaries are available through the repository as `qt5-default` or `qt5-base`. For example, on Debian/Ubuntu, you can install the libraries through `sudo apt-get install qt5-default`.
+The masterserver requires the Qt5 library v5.9.5 or above to run. On linux, these binaries are available through the repository as `qt5-default` or `qtbase5-dev`.
After installing the Qt5 libraries, check which version is installed and active:
```