2015-01-27 11:01:52 +01:00
|
|
|
QupZilla Web Browser - QtWebEngine
|
2012-01-14 17:26:18 +01:00
|
|
|
----------------------------------------------------------------------------------------
|
2012-04-04 21:12:52 +02:00
|
|
|
|
2015-01-27 12:51:19 +01:00
|
|
|
[![Build Status](https://travis-ci.org/QupZilla/qupzilla.svg?branch=master)](https://travis-ci.org/QupZilla/qupzilla)
|
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
|
|
|
|
2015-01-27 11:01:52 +01:00
|
|
|
THIS IS QTWEBENGINE BRANCH
|
2011-10-15 13:17:20 +02:00
|
|
|
----------------------------------------------------------------------------------------
|
|
|
|
|
2015-10-08 12:02:36 +02:00
|
|
|
Master branch is now for QtWebEngine (>= 5.6).
|
2015-01-27 11:01:52 +01:00
|
|
|
|
2015-10-05 20:53:50 +02:00
|
|
|
For QtWebEngine (= 5.5), please use [qt5.5](https://github.com/QupZilla/qupzilla/tree/qt5.5)
|
2015-10-08 12:02:36 +02:00
|
|
|
For QtWebKit, please use [v1.8](https://github.com/QupZilla/qupzilla/tree/v1.8)
|
|
|
|
|
|
|
|
About QupZilla
|
|
|
|
----------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
QupZilla is a new and very fast QtWebEngine browser. It aims to be a lightweight web browser
|
|
|
|
available through all major platforms. This project has been originally started only
|
|
|
|
for educational purposes. But from its start, QupZilla has grown into a feature-rich browser.
|
|
|
|
|
|
|
|
QupZilla has all standard functions you expect from a web browser. It includes bookmarks,
|
|
|
|
history (both also in sidebar) and tabs. Above that, it has by default enabled blocking ads
|
|
|
|
with a built-in AdBlock plugin.
|
|
|
|
|
|
|
|
History
|
|
|
|
----------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
The very first version of QupZilla has been released in December 2010 and it was written
|
|
|
|
in Python with PyQt4 bindings. After a few versions, QupZilla has been completely rewritten
|
2015-10-19 21:32:01 +02:00
|
|
|
in C++ with the Qt Framework. The Windows version of QupZilla was compiled using MinGW, but due to
|
2015-10-08 12:02:36 +02:00
|
|
|
a huge problem with Flash, it is now compiled with Microsoft Visual C++ Compiler 2008.
|
|
|
|
First public release was 1.0.0-b4.
|
|
|
|
|
|
|
|
Until version 2.0, QupZilla was using QtWebKit. QtWebKit is now deprecated and new versions
|
|
|
|
are using QtWebEngine.
|
|
|
|
|
|
|
|
Compiling
|
|
|
|
----------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
Before you start compiling, make sure that you have installed the Qt (>= 5.6) development libraries
|
|
|
|
and you have read the [BUILDING](https://github.com/QupZilla/qupzilla/blob/master/BUILDING) information.
|
|
|
|
|
|
|
|
**Linux**
|
|
|
|
|
|
|
|
* OpenSSL (libcrypto) is required
|
|
|
|
* xcb libraries when building without NO_X11
|
|
|
|
|
|
|
|
**Windows**
|
|
|
|
* OpenSSL (libeay32) is required
|
|
|
|
|
|
|
|
Then you can start compiling by running this commands:
|
|
|
|
|
|
|
|
$ qmake
|
|
|
|
$ make
|
|
|
|
|
|
|
|
After a successful compilation the executable binary can be found in the bin/ directory.
|
|
|
|
On Fedora and possibly other Linux distributions you need to replace `qmake` with `qmake-qt5`.
|
|
|
|
|
|
|
|
On Linux/Unix: To install QupZilla, run this command: (it may be necessary to run it as root)
|
|
|
|
|
|
|
|
$ make install
|
|
|
|
|
|
|
|
On Mac OS X: To deploy QupZilla in dmg image, run this command:
|
|
|
|
|
|
|
|
$ ./mac/macdeploy.sh full-path-to-macdeployqt
|
|
|
|
|
|
|
|
You need to specify path to `macdeployqt` only if it is not in PATH.
|
|
|
|
|
|
|
|
Current version
|
|
|
|
----------------------------------------------------------------------------------------
|
|
|
|
|
2015-10-23 12:47:11 +02:00
|
|
|
The current stable version of QupZilla is 1.8.8. You can download precompiled packages
|
2015-10-08 12:02:36 +02:00
|
|
|
and the sources from the download section at [homepage](http://www.qupzilla.com/download).
|
|
|
|
However, if you want the latest revision, just take the latest code snapshot either by
|
|
|
|
downloading a tarball or running:
|
|
|
|
|
|
|
|
$ git clone git://github.com/QupZilla/qupzilla.git
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
FAQ and Changelog
|
|
|
|
----------------------------------------------------------------------------------------
|
|
|
|
|
|
|
|
If you are experiencing some sort of problem, please read the FAQ before you open an issue.
|
|
|
|
|
|
|
|
[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)
|