mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
Modified building informations. Please read theme before compiling.
This commit is contained in:
parent
a2951f4c74
commit
59a492be76
57
BUILDING
57
BUILDING
|
@ -2,15 +2,50 @@
|
||||||
## Building QupZilla ##
|
## Building QupZilla ##
|
||||||
#######################
|
#######################
|
||||||
|
|
||||||
in src/ folder:
|
>> General <<
|
||||||
qmake QupZilla.pro
|
>> <<
|
||||||
make (unix) or nmake (Windows)
|
|
||||||
compiled binary is moved to bin folder
|
|
||||||
|
|
||||||
Windows:
|
If you can, you should use precompiled packages for your distribution.
|
||||||
execute binary from bin folder
|
But if you cannot use them, or they are not available, please read
|
||||||
|
this informations before compiling.
|
||||||
Unix
|
After your binary is successfuly compiled, you need to copy bin/ folder
|
||||||
move all folders (data, locale, plugins) to /usr/share/qupzilla
|
from git to specific directory by your system you compiled for.
|
||||||
move binary to /usr/bin
|
If you are unsure where is the right place, you can check it directly from
|
||||||
execute binary here
|
QupZilla by clicking from Help Menu to Informations about program, then in
|
||||||
|
Path section.
|
||||||
|
|
||||||
|
>> Microsoft Windows <<
|
||||||
|
>> <<
|
||||||
|
|
||||||
|
You need Microsoft Visual C++ Compiler 2010
|
||||||
|
in order to build QupZilla. It is because
|
||||||
|
QupZilla is using Windows 7 API and therefore
|
||||||
|
corresponding headers are included only on versions
|
||||||
|
2010 and above.
|
||||||
|
If you don't meet this, please use precompiled versions,
|
||||||
|
which are also in smart windows installer.
|
||||||
|
|
||||||
|
>> Linux / Unix <<
|
||||||
|
>> <<
|
||||||
|
|
||||||
|
There is no extra dependency, you only need Qt tools.
|
||||||
|
|
||||||
|
#######################
|
||||||
|
## 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
|
||||||
|
(enabled by default)
|
||||||
|
|
||||||
|
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)
|
||||||
|
|
||||||
|
|
9
README
9
README
|
@ -3,8 +3,13 @@
|
||||||
#################################
|
#################################
|
||||||
Version: 1.0.0-rc1
|
Version: 1.0.0-rc1
|
||||||
|
|
||||||
|
NOTE: Before building, please read BUILDING informations. Thank You!
|
||||||
|
|
||||||
QupZilla is new and very fast open source browser based on WebKit core http://www.webkit.org
|
QupZilla is new and very fast open source browser based on WebKit core http://www.webkit.org
|
||||||
Written in Qt Framework http://qt.nokia.com
|
Written in Qt Framework http://qt.nokia.com
|
||||||
|
|
||||||
English wiki at https://github.com/nowrep/QupZilla/wiki
|
English Wiki at https://github.com/nowrep/QupZilla/wiki
|
||||||
More informations and download at http://www.qupzilla.ic.cz (Czech only)
|
Download at https://github.com/nowrep/QupZilla/downloads
|
||||||
|
Full Changelog at https://github.com/nowrep/QupZilla/wiki/Changelog
|
||||||
|
|
||||||
|
More informations at http://www.qupzilla.ic.cz (Czech only)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user