Update README.md

This commit is contained in:
martravi 2024-07-21 00:44:29 +02:00 committed by GitHub
parent 6c36e10c18
commit c823f52e73
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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`