2012-01-14 17:26:18 +01:00
QupZilla Web Browser
----------------------------------------------------------------------------------------
2012-04-04 21:12:52 +02:00
2013-01-31 14:19:13 +01:00
Homepage: [http://www.qupzilla.com ](http://www.qupzilla.com )
Blog: [http://blog.qupzilla.com ](http://blog.qupzilla.com )
IRC: `#qupzilla` at `irc.freenode.net`
2013-01-31 19:17:38 +01:00
Translations: [https://www.transifex.com ](https://www.transifex.com/projects/p/qupzilla )
2011-10-15 13:17:20 +02:00
About QupZilla
----------------------------------------------------------------------------------------
2011-12-03 15:33:23 +01:00
QupZilla is a new and very fast QtWebKit browser. It aims to be a lightweight web browser
2011-10-15 13:17:20 +02:00
available through all major platforms. This project has been originally started only
2011-11-08 20:49:16 +01:00
for educational purposes. But from its start, QupZilla has grown into a feature-rich browser.
2011-10-15 13:17:20 +02:00
2011-11-08 20:49:16 +01:00
QupZilla has all standard functions you expect from a web browser. It includes bookmarks,
history (both also in sidebar) and tabs. Above that, you can manage RSS feeds with an included
RSS reader, block ads with a builtin AdBlock plugin, block Flash content with Click2Flash
and edit the local CA Certificates database with an SSL Manager.
2011-10-15 13:17:20 +02:00
2011-11-08 20:49:16 +01:00
QupZilla's main aim is to be a very fast and very stable QtWebKit browser available to everyone.
There are already a lot of QtWebKit browsers available, but they are either bound to the KDE
environment (rekonq), are not actively developed or very unstable and miss important
2012-04-04 21:12:52 +02:00
features. But there is missing a multiplatform, modern and actively developed browser. QupZilla
2011-11-08 20:49:16 +01:00
is trying to fill this gap by providing a very stable browsing experience.
2011-10-28 17:52:42 +02:00
2011-10-15 13:17:20 +02:00
History
----------------------------------------------------------------------------------------
The very first version of QupZilla has been released in Decemeber 2010 and it was written
2011-11-08 20:49:16 +01:00
in Python with PyQt4 bindings. After a few versions, QupZilla has been completely rewritten
in C++ with the Qt Framework. The Windows version of QupZilla was compiled using MingW, but due to
a huge problem with Flash, it is now compiled with Microsoft Visual C++ Compiler 2008.
2011-10-15 13:17:20 +02:00
First public release was 1.0.0-b4.
Compiling
----------------------------------------------------------------------------------------
2011-11-09 20:20:42 +01:00
Before you start compiling, make sure that you have installed the Qt (>=4.7) development libraries
2011-11-08 20:49:16 +01:00
and you have read the BUILDING information.
2011-10-15 16:37:32 +02:00
2011-11-08 20:49:16 +01:00
Then you can start compiling by running this commands:
2011-10-15 13:17:20 +02:00
$ qmake
$ make
2011-12-05 17:27:49 +01:00
After a successful compilation the executable binary can be found in the bin/ directory.
2011-10-15 16:37:32 +02:00
2012-04-05 10:27:35 +02:00
On Linux/Unix: To install QupZilla, run this command: (it may be necessary to run it as root)
2011-10-15 13:17:20 +02:00
$ make install
2012-04-04 21:12:52 +02:00
On Mac OS X: To deploy QupZilla in bundle, run this command:
2012-04-05 10:27:35 +02:00
$ ./scripts/macdeploy.sh full-path-to-macdeployqt
2012-04-04 21:12:52 +02:00
You need to specify path to `macdeployqt` only if it is not in PATH.
2013-01-31 19:17:38 +01:00
If you see errors like
```
webview/webpage.cpp: error: no ‘ void WebPage::appCacheQuotaExceeded(QWebSecurityOrigin*, quint64)’ member function declared in class ‘ WebPage’
webview/webpage.cpp: error: no ‘ void WebPage::featurePermissionRequested(QWebFrame*, const QWebPage::Feature& )’ member function declared in class ‘ WebPage’
```
run `qmake -r DEFINES+=USE_QTWEBKIT_2_2 && make` to fix it.
2011-10-17 13:43:51 +02:00
Current version
2011-10-15 13:17:20 +02:00
----------------------------------------------------------------------------------------
2012-09-16 20:42:07 +02:00
The current released version of QupZilla is 1.3.5. You can download precompiled packages
2012-03-10 23:24:54 +01:00
and the sources from the download section at [homepage ](http://www.qupzilla.com/download ).
2011-11-08 20:49:16 +01:00
However, if you want the latest revision, just take the latest code snapshot either by
2011-10-15 13:17:20 +02:00
downloading a tarball or running:
2012-04-17 14:00:32 +02:00
$ git clone git://github.com/QupZilla/qupzilla.git
2012-04-04 21:12:52 +02:00
2011-12-05 21:44:36 +01:00
If you are using Ubuntu, you can download QupZilla from PPA:
$ sudo add-apt-repository ppa:nowrep/qupzilla
$ sudo apt-get update
$ sudo apt-get install qupzilla
2012-04-04 21:12:52 +02:00
2012-01-04 13:44:43 +01:00
for development version:
2012-04-04 21:12:52 +02:00
2012-01-04 13:44:43 +01:00
$ sudo apt-get install qupzilla-next
2012-04-04 21:12:52 +02:00
2011-10-15 13:17:20 +02:00
FAQ and Changelog
----------------------------------------------------------------------------------------
2011-11-20 10:52:25 +01:00
If you are experiencing some sort of problem, please read the FAQ before you open an issue.
2011-10-15 13:17:20 +02:00
2012-07-03 17:42:26 +02:00
[FAQ ](https://github.com/QupZilla/qupzilla/wiki/FAQ ) | [Changelog ](https://github.com/QupZilla/qupzilla/blob/master/CHANGELOG ) | [Bug Reports ](https://github.com/QupZilla/qupzilla/wiki/Bug-Reports )