Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
INSTALL: MinGW instruction (#15405)
Browse files Browse the repository at this point in the history
  • Loading branch information
ariya committed Jan 4, 2020
1 parent 0e3c012 commit 9aa6177
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion INSTALL
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,32 @@ Install it (may require sudo):
Installation on Windows
-----------------------

To be written.
Only MinGW is supported for now.

First, install MSYS2.

Then, from "MYS2 MinGW64 32-bit" shell, install the required packages:

pacman -S msys/make
pacman -S mingw32/mingw-w64-i686-toolchain
pacman -S mingw32/mingw-w64-i686-cmake
pacman -S mingw32/mingw-w64-i686-qtwebkit
pacman -S mingw32/mingw-w64-i686-python2

Note: add --disable-download-timeout as an additional argument, if the
installation failed due to the slow server responses.

After unpacking the source tarball or cloning the repository:

cmake . -G "MinGW Makefiles"

And then start the build process:

make

Do a quick sanity check:

./bin/phantomjs.exe --version


Installation on macOS
Expand Down

0 comments on commit 9aa6177

Please sign in to comment.