Skip to content

Commit

Permalink
QtWebKit package: slight update to our README.rst file.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed May 10, 2018
1 parent 0a195c2 commit c8c591d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/3rdparty/QtWebKit/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ In order to build `QtWebKit <https://wiki.qt.io/QtWebKit>`_, we need to:

**Note:** the `GnuWin32 <http://gnuwin32.sourceforge.net/>`_ version of `Flex <http://gnuwin32.sourceforge.net/packages/flex.htm>`_ is not suitable, hence we must use `Win flex-bison <https://sourceforge.net/projects/winflexbison/>`_ instead.

There are additional dependencies (``ICU``, ``libjpeg``, ``libpng``, ``libxml2``, ``libxslt``, ``SQLite`` and ``zlib``) that are automatically downloaded upon building QtWebKit.
There are additional dependencies (``libxml2``, ``libxslt``, ``SQLite`` and ``zlib``) that are automatically downloaded upon building QtWebKit.
(The prebuilt version of those binaries originally comes from `https://github.com/Vitallium/qtwebkit-libs-win/releases <https://github.com/Vitallium/qtwebkit-libs-win/releases>`_, to which we removed unneeded files.)

- **Linux:** run the following command from the terminal:

::

sudo apt install bison gperf libjpeg-dev libpng-dev libsqlite3-dev libxml2-dev libxslt1-dev ruby zlib1g-dev
sudo apt install bison gperf libsqlite3-dev libxml2-dev libxslt1-dev ruby zlib1g-dev

0 comments on commit c8c591d

Please sign in to comment.