mirror of
https://github.com/martravi/wiiqt.git
synced 2024-11-05 00:55:06 +01:00
collection of wii-related Qt/C++ stuff
5b6386e94b
Added Linux instructions to README.md file |
||
---|---|---|
.github/workflows | ||
breft_editor | ||
nand_dump | ||
nandBinCheck | ||
nandExtract | ||
ohneschwanzenegger | ||
punetwiin | ||
saveToy | ||
symbolizer | ||
thp_player | ||
WiiQt | ||
.gitattributes | ||
.gitignore | ||
README.md |
wiiqt
Collection of wii-related Qt/C++ stuff
Usage - Linux
sudo add-apt-repository ppa:rock-core/qt4 -y
sudo apt-get install libqtgui4
./executable_name
Building - Linux
sudo add-apt-repository ppa:rock-core/qt4 -y
sudo apt install qt4-dev-tools libqt4-dev libqtcore4 libqtgui4 g++ -y
cd app_path
qmake -qt=qt4 file_name.pro
make -f Makefile