collection of wii-related Qt/C++ stuff
Go to file
martravi 5b6386e94b
Merge pull request #2 from Real96/master
Added Linux instructions to README.md file
2022-11-08 16:11:31 +01:00
.github/workflows Add GitHub Action 2022-06-23 23:45:55 +02:00
WiiQt Changed NUS base url to work in 2022 2022-03-23 05:29:41 +01:00
breft_editor * made a bug 2010-12-29 04:12:20 +00:00
nandBinCheck Remove svnrev everywhere 2022-06-23 23:26:53 +02:00
nandExtract Remove svnrev everywhere 2022-06-23 23:26:53 +02:00
nand_dump * more of the same 2011-05-17 19:02:45 +00:00
ohneschwanzenegger Remove svnrev everywhere 2022-06-23 23:26:53 +02:00
punetwiin * minor optimizations 2011-05-15 17:22:42 +00:00
saveToy * nandBin - change the way gathering clusters for new data works. this seems to better emulate the way IOS does it 2011-01-16 14:40:14 +00:00
symbolizer symbolizer: fixed compiling on g++ 1.0 for megazig 2012-01-11 05:49:06 +00:00
thp_player ThpPlayer: fixed compiling on ubuntu 11.10 2012-01-11 06:03:12 +00:00
.gitattributes * symbolizer: follow global variables from known functions to identify the unknown ones 2011-12-13 06:07:45 +00:00
.gitignore Remove svnrev everywhere 2022-06-23 23:26:53 +02:00
README.md Added Linux instructions to README.md file 2022-11-08 15:39:41 +01:00

README.md

wiiqt

Collection of wii-related Qt/C++ stuff

Usage - Linux

  1. sudo add-apt-repository ppa:rock-core/qt4 -y
  2. sudo apt-get install libqtgui4
  3. ./executable_name

Building - Linux

  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