Update README.md
This commit is contained in:
parent
cae83cabef
commit
900bbb867d
1 changed files with 11 additions and 8 deletions
19
README.md
19
README.md
|
|
@ -44,14 +44,6 @@ Visual Studio project and send a patch!
|
||||||
|
|
||||||
Building
|
Building
|
||||||
========
|
========
|
||||||
|
|
||||||
* Dependancies
|
|
||||||
|
|
||||||
sudo apt-get install qt4-qmake
|
|
||||||
|
|
||||||
* Building
|
|
||||||
|
|
||||||
|
|
||||||
Run "make" in the src subdirectory. If the supplied Makefile doesn't work,
|
Run "make" in the src subdirectory. If the supplied Makefile doesn't work,
|
||||||
you can either fix it or use tmake to generate a makefile for your platform:
|
you can either fix it or use tmake to generate a makefile for your platform:
|
||||||
|
|
||||||
|
|
@ -62,6 +54,17 @@ If you don't have tmake, you can download it at http://www.trolltech.com
|
||||||
Make assumes that QT4 is installed and working (in particular, the QTDIR
|
Make assumes that QT4 is installed and working (in particular, the QTDIR
|
||||||
environment variable is properly set)
|
environment variable is properly set)
|
||||||
|
|
||||||
|
* Troubleshooting
|
||||||
|
|
||||||
|
Install missing *qmake*
|
||||||
|
|
||||||
|
sudo apt-get install qt4-qmake
|
||||||
|
|
||||||
|
Project ERROR: Unknown module(s) in QT: qt3support
|
||||||
|
|
||||||
|
It needs to be qt3support. You may need to use qmake-qt4 explicitly:
|
||||||
|
|
||||||
|
qmake-qt4 "QT += qt3support" agistudio.pro -o Makefile
|
||||||
|
|
||||||
Installation and setup
|
Installation and setup
|
||||||
======================
|
======================
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue