|
|
|
|
@ -3,7 +3,7 @@ General |
|
|
|
|
|
|
|
|
|
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. |
|
|
|
|
this information 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. |
|
|
|
|
On Linux, you can easily do it by running make install. |
|
|
|
|
@ -35,12 +35,26 @@ Linux / Unix |
|
|
|
|
---------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|
There is no extra dependency, you only need Qt tools. |
|
|
|
|
|
|
|
|
|
MAC OS X |
|
|
|
|
---------------------------------------------------------------------------------- |
|
|
|
|
|
|
|
|
|
There is no extra dependency, you only need Qt tools and XCode. |
|
|
|
|
After successful compilation, you need to run macdeploy.sh script to correctly |
|
|
|
|
build the application bundle. You will do it with following command: |
|
|
|
|
|
|
|
|
|
$ ./scripts/macdeploy.sh <path-to-macdeployqt> |
|
|
|
|
|
|
|
|
|
You need to specifiy path to macdeployqt (usually in QTDIR/bin/macdeployqt) only |
|
|
|
|
if it is not in PATH. |
|
|
|
|
|
|
|
|
|
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. |
|
|
|
|
|
|
|
|
|
Builds are provided by netlabs.org (http://svn.netlabs.org/qtapps/wiki/QT4%20Networking) |
|
|
|
|
|
|
|
|
|
FreeBSD |
|
|
|
|
---------------------------------------------------------------------------------- |
|
|
|
|
@ -122,15 +136,15 @@ Available Defines |
|
|
|
|
example: |
|
|
|
|
$ export KDE="true" |
|
|
|
|
|
|
|
|
|
USE_LIBPATH By default, /usr/lib/ is used for libqupzilla and /usr/lib/qupzilla |
|
|
|
|
USE_LIBPATH By default, /usr/lib/ is used for libQupZilla and /usr/lib/qupzilla |
|
|
|
|
for plugins. |
|
|
|
|
You can change it by setting this define. |
|
|
|
|
You can change it by setting this define. Ending slash is needed! |
|
|
|
|
|
|
|
|
|
example: |
|
|
|
|
$ export USE_LIBPATH="/usr/lib64/" |
|
|
|
|
|
|
|
|
|
NO_SYSTEM_DATAPATH By default, QupZilla is using /usr/share/qupzilla/ path |
|
|
|
|
for storing themes, translations and plugins. |
|
|
|
|
for storing themes and translations. |
|
|
|
|
By setting this define, QupZilla will use path of execution. |
|
|
|
|
(disabled by default) |
|
|
|
|
|
|
|
|
|
@ -142,6 +156,7 @@ Available Defines |
|
|
|
|
QupZilla binary will then be moved to PREFIX/bin/, use |
|
|
|
|
PREFIX/share/qupzilla/ as datadir, PREFIX/share/applications for |
|
|
|
|
desktop launcher and PREFIX/share/pixmaps for icon. |
|
|
|
|
Ending slash is needed! |
|
|
|
|
|
|
|
|
|
example: |
|
|
|
|
$ export QUPZILLA_PREFIX="/usr/" |
|
|
|
|
|