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`