mirror of
https://github.com/martravi/wiiqt6.git
synced 2024-11-21 21:19:15 +01:00
Re-Add Real96's readme
This commit is contained in:
parent
3e5d7f9018
commit
56a63a72ad
16
README.md
Normal file
16
README.md
Normal file
@ -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`
|
Loading…
Reference in New Issue
Block a user