You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to run Web2Executable from Python code to make modifications to this repo, you'll need to install a few prerequisites first.
4
+
5
+
##Prerequisites
6
+
7
+
###Qt 4.8.7
8
+
9
+
Download and install Qt 4.8.7 from [here](https://download.qt.io/official_releases/qt/4.8/4.8.7/) or from your package manager. PySide uses Qt 4.8.X and is incompatible with Qt 5 and higher.
10
+
11
+
For Mac OSX, it might be needed to install the latest 4.8.X version via compiling the source. Download the `qt-everywhere-opensource-src-4.8.X` version and run the following in the extracted directory:
12
+
13
+
```
14
+
./configure
15
+
make
16
+
sudo make install
17
+
```
18
+
19
+
Alternatively, you may wish to install it via homebrew if you have it installed:
20
+
21
+
```
22
+
brew install qt
23
+
```
24
+
25
+
###Python 3.4
26
+
27
+
Download and install the latest Python3.4.X release from the Python website. Python 3.5 and higher may work, but this repo was only tested with Python 3.4.
28
+
29
+
###System requirements
30
+
31
+
If you want to use the conversion of any image to icns and png using Pillow, you must install some libraries.
0 commit comments