2024-07-19 16:43:47 +02:00
|
|
|
# wiiqt
|
2024-07-21 00:44:29 +02:00
|
|
|
Collection of wii-related Qt/C++ stuff, ported to QT 6.
|
2024-07-19 16:43:47 +02:00
|
|
|
|
2024-07-21 00:44:29 +02:00
|
|
|
Currently not yet working on QT 6: thp_player, saveToy, breft_editor
|
|
|
|
|
|
|
|
### Usage - Linux (outdated!)
|
2024-07-19 16:43:47 +02:00
|
|
|
|
|
|
|
1) `sudo add-apt-repository ppa:rock-core/qt4 -y`
|
|
|
|
2) `sudo apt-get install libqtgui4`
|
|
|
|
3) `./executable_name`
|
|
|
|
|
2024-07-21 00:44:29 +02:00
|
|
|
### Building - Linux (outdated!)
|
2024-07-19 16:43:47 +02:00
|
|
|
|
|
|
|
1) `sudo add-apt-repository ppa:rock-core/qt4 -y`
|
|
|
|
2) `sudo apt install qt4-dev-tools libqt4-dev libqtcore4 libqtgui4 g++ -y`
|
|
|
|
3) `cd app_path`
|
|
|
|
4) `qmake -qt=qt4 file_name.pro`
|
|
|
|
5) `make -f Makefile`
|