From 56a63a72ad27c834cf1fb22fdcce9e3995b11fcc Mon Sep 17 00:00:00 2001 From: martravi Date: Fri, 19 Jul 2024 16:43:47 +0200 Subject: [PATCH] Re-Add Real96's readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..6882945 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# 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`