summaryrefslogtreecommitdiffstats
path: root/changelog.md
diff options
context:
space:
mode:
authorJoseph Turner <jturnism@gmail.com>2019-07-11 21:00:55 -0500
committerGitHub <noreply@github.com>2019-07-11 21:00:55 -0500
commit280e0e6e36e821f166d0c610bcba0354fad680fa (patch)
tree9f8ca0a2ab9b06e92936020b1f762f813e583976 /changelog.md
parent3a67990acdcced706d009f1f2b1ce417cd4debe5 (diff)
downloadMultiMC-280e0e6e36e821f166d0c610bcba0354fad680fa.tar
MultiMC-280e0e6e36e821f166d0c610bcba0354fad680fa.tar.gz
MultiMC-280e0e6e36e821f166d0c610bcba0354fad680fa.tar.lz
MultiMC-280e0e6e36e821f166d0c610bcba0354fad680fa.tar.xz
MultiMC-280e0e6e36e821f166d0c610bcba0354fad680fa.zip
Update changelog.md
Just installing "qt5-qtbase" on Fedora 30 does not allow MultiMC to run. It still needs "libQt5Widgets.so.5" and by running "dnf whatprovides" it tells me "qt5-qtbase-gui" provides that file and also pulls in "qt5-qtbase" as a dependency if not already installed. I am assuming this is the same situation for CentOS/RHEL
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/changelog.md b/changelog.md
index 00d55695..a20d5a05 100644
--- a/changelog.md
+++ b/changelog.md
@@ -12,7 +12,7 @@ Make sure you have the following packages before you update:
- Arch: `qt5-base`
- Debian/Ubuntu: `qt5-default`
-- CentOS/RHEL: `qt5-qtbase`
+- CentOS/RHEL/Fedora: `qt5-qtbase-gui`
- Suse: `libqt5-qtbase`
MultiMC on linux is built with Qt 5.4 and older versions of Qt will not work.
@@ -1170,4 +1170,4 @@ Long time coming, this release brought a lot of incremental improvements and fix
- Added additional information to the about dialog.
## MultiMC 0.0
-- Initial release. \ No newline at end of file
+- Initial release.