From 59a492be7600623052716680cc67f5ccb7066fad Mon Sep 17 00:00:00 2001 From: nowrep Date: Tue, 4 Oct 2011 18:28:34 +0200 Subject: [PATCH] Modified building informations. Please read theme before compiling. --- BUILDING | 57 +++++++++++++++++++++++++++++++++++++++++++++----------- README | 9 +++++++-- 2 files changed, 53 insertions(+), 13 deletions(-) diff --git a/BUILDING b/BUILDING index 0a328d196..d92df9000 100644 --- a/BUILDING +++ b/BUILDING @@ -2,15 +2,50 @@ ## Building QupZilla ## ####################### -in src/ folder: - qmake QupZilla.pro - make (unix) or nmake (Windows) -compiled binary is moved to bin folder +>> General << +>> << -Windows: - execute binary from bin folder - -Unix - move all folders (data, locale, plugins) to /usr/share/qupzilla - move binary to /usr/bin - execute binary here + 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 << +>> << + + 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) + diff --git a/README b/README index c08ef26e3..645295140 100644 --- a/README +++ b/README @@ -3,8 +3,13 @@ ################################# 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 Written in Qt Framework http://qt.nokia.com -English wiki at https://github.com/nowrep/QupZilla/wiki -More informations and download at http://www.qupzilla.ic.cz (Czech only) +English Wiki at https://github.com/nowrep/QupZilla/wiki +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)