From c823f52e739e491b6f70d2e38cd03cd9faf26ed6 Mon Sep 17 00:00:00 2001 From: martravi <54960634+martravi@users.noreply.github.com> Date: Sun, 21 Jul 2024 00:44:29 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6882945..0a92044 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,15 @@ # wiiqt -Collection of wii-related Qt/C++ stuff +Collection of wii-related Qt/C++ stuff, ported to QT 6. -### Usage - Linux +Currently not yet working on QT 6: thp_player, saveToy, breft_editor + +### Usage - Linux (outdated!) 1) `sudo add-apt-repository ppa:rock-core/qt4 -y` 2) `sudo apt-get install libqtgui4` 3) `./executable_name` -### Building - Linux +### Building - Linux (outdated!) 1) `sudo add-apt-repository ppa:rock-core/qt4 -y` 2) `sudo apt install qt4-dev-tools libqt4-dev libqtcore4 libqtgui4 g++ -y`