2011-03-02 16:57:41 +01:00
|
|
|
#######################
|
|
|
|
## Building QupZilla ##
|
|
|
|
#######################
|
|
|
|
|
2011-10-04 18:28:34 +02:00
|
|
|
>> General <<
|
|
|
|
>> <<
|
2011-03-02 16:57:41 +01:00
|
|
|
|
2011-10-04 18:28:34 +02:00
|
|
|
If you can, you should use precompiled packages for your distribution.
|
|
|
|
But if you cannot use them, or they are not available, please read
|
|
|
|
this informations before compiling.
|
|
|
|
After your binary is successfuly compiled, you need to copy bin/ folder
|
|
|
|
from git to specific directory by your system you compiled for.
|
|
|
|
If you are unsure where is the right place, you can check it directly from
|
|
|
|
QupZilla by clicking from Help Menu to Informations about program, then in
|
|
|
|
Path section.
|
|
|
|
|
|
|
|
>> Microsoft Windows <<
|
|
|
|
>> <<
|
|
|
|
|
2011-10-10 20:54:11 +02:00
|
|
|
You need Microsoft Visual C++ Compiler 2008
|
|
|
|
or higher in order to build QupZilla. If You want
|
|
|
|
use JumpLists in Windows TaskBar, then You need
|
|
|
|
Microsoft Visual C++ Compiler 2010 and define W7API (more info at the bottom)
|
2011-10-07 15:37:49 +02:00
|
|
|
If you don't meet this, please use precompiled versions,
|
|
|
|
which are also in smart windows installer.
|
2011-10-04 18:28:34 +02:00
|
|
|
|
|
|
|
>> Linux / Unix <<
|
|
|
|
>> <<
|
|
|
|
|
2011-10-07 15:37:49 +02:00
|
|
|
There is no extra dependency, you only need Qt tools.
|
2011-10-04 18:28:34 +02:00
|
|
|
|
2011-10-07 15:37:49 +02:00
|
|
|
>> OS/2 <<
|
|
|
|
>> <<
|
|
|
|
|
|
|
|
I cannot provide support for QupZilla on OS/2 as I don't have access to
|
|
|
|
machine with OS/2, but it is possible to get QupZilla working there.
|
|
|
|
There may be some more things to do, but as far as I know, you need to
|
|
|
|
add Q_WS_WIN define to qmake.
|
|
|
|
You will do this by adding one line
|
|
|
|
|
|
|
|
DEFINES += Q_WS_WIN
|
|
|
|
|
|
|
|
to QupZilla.pro file.
|
|
|
|
|
2011-10-04 18:28:34 +02:00
|
|
|
#######################
|
|
|
|
## Available Defines ##
|
|
|
|
#######################
|
|
|
|
|
|
|
|
General:
|
|
|
|
UNRELEASED_BUILD QupZilla won't check profile version,
|
|
|
|
thus, it won't reset your profile is lower version
|
|
|
|
(disabled by default)
|
|
|
|
|
|
|
|
Windows specific defines
|
|
|
|
W7API Build QupZilla with Windows 7 API support
|
2011-10-10 20:54:11 +02:00
|
|
|
Requires Microsoft Visual C++ Compiler 2010
|
2011-10-11 19:54:20 +02:00
|
|
|
(disabled by default)
|
2011-10-04 18:28:34 +02:00
|
|
|
|
|
|
|
Linux / Unix specific defines:
|
|
|
|
NO_SYSTEM_DATAPATH By default, QupZilla is using /usr/share/qupzilla/ path
|
|
|
|
for storing themes, translations and plugins.
|
|
|
|
By setting this define, QupZilla will use path of execution.
|
|
|
|
(disabled by default)
|
|
|
|
|