Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.54 KB

README.rst

File metadata and controls

28 lines (17 loc) · 1.54 KB

In order to build QtWebKit, we need to:

  • Windows: install:

    and make sure that Qt's source code is also installed (so that we can get access to SQLite's source code).

  • Linux: run the following command from the terminal:

    sudo apt install bison gperf libicu-dev libjpeg-dev libpng12-dev libsqlite3-dev libxml2-dev libxslt1-dev mesa-common-dev ruby zlib1g-dev

    Note: ICU also gets built from source (after having made sure that we got the version used by Qt; find /opt/Qt -name *icu*).

  • macOS: run the following command from the terminal (if needed, install Homebrew):

    brew install jpeg libpng