Fix msys2 package names
This commit is contained in:
parent
31f550bcef
commit
1ec69a8c87
10
README.md
10
README.md
@ -109,11 +109,11 @@ To setup a development environment in Windows:
|
||||
1) Run ``C:\msys64\mingw64.exe`` - a terminal window should pop up
|
||||
```bash
|
||||
$ pacman -Suy
|
||||
$ pacman -S git mingw-w64-x86-64-gcc mingw-w64-x86-64-gtk3 \
|
||||
mingw-w64-x86-64-pkg-config mingw-w64-x86-64-cairo \
|
||||
mingw-w64-x86-64-gobject-introspection mingw-w64-x86-64-python3 \
|
||||
mingw-w64-x86-64-python3-gobject mingw-w64-x86-64-python3-cairo \
|
||||
mingw-w64-x86-64-python3-pip mingw-w64-x86-64-python3-setuptools
|
||||
$ pacman -S git mingw-w64-x86_64-gcc mingw-w64-x86_64-gtk3 \
|
||||
mingw-w64-x86_64-pkg-config mingw-w64-x86_64-cairo \
|
||||
mingw-w64-x86_64-gobject-introspection mingw-w64-x86_64-python \
|
||||
mingw-w64-x86_64-python-gobject mingw-w64-x86_64-python-cairo \
|
||||
mingw-w64-x86_64-python-pip
|
||||
```
|
||||
|
||||
Ensure `/mingw64/bin` is added to your `PATH`:
|
||||
|
@ -8,13 +8,11 @@ To setup a development environment in Windows:
|
||||
1) Run ``C:\msys64\mingw64.exe`` - a terminal window should pop up
|
||||
```bash
|
||||
$ pacman -Suy
|
||||
$ pacman -S git mingw-w64-x86-64-gcc mingw-w64-x86-64-gtk3 \
|
||||
mingw-w64-x86-64-pkg-config mingw-w64-x86-64-cairo \
|
||||
mingw-w64-x86-64-gobject-introspection mingw-w64-x86-64-python3 \
|
||||
mingw-w64-x86-64-python3-importlib-metadata mingw-w64-x86-64-python3-gobject \
|
||||
mingw-w64-x86-64-python3-cairo mingw-w64-x86-64-python3-pip \
|
||||
mingw-w64-x86-64-python3-setuptools mingw-w64-x86-64-python3-zope.interface \
|
||||
mingw-w64-x86-64-python3-coverage mingw-w64-x86-64-python3-pytest
|
||||
$ pacman -S git mingw-w64-x86_64-gcc mingw-w64-x86_64-gtk3 \
|
||||
mingw-w64-x86_64-pkg-config mingw-w64-x86_64-cairo \
|
||||
mingw-w64-x86_64-gobject-introspection mingw-w64-x86_64-python \
|
||||
mingw-w64-x86_64-python-gobject mingw-w64-x86_64-python-cairo \
|
||||
mingw-w64-x86_64-python-pip
|
||||
```
|
||||
|
||||
[Clone the
|
||||
|
@ -15,11 +15,10 @@ pacman --noconfirm -S --needed \
|
||||
mingw-w64-"$MSYS2_ARCH"-pkg-config \
|
||||
mingw-w64-"$MSYS2_ARCH"-cairo \
|
||||
mingw-w64-"$MSYS2_ARCH"-gobject-introspection \
|
||||
mingw-w64-"$MSYS2_ARCH"-python3 \
|
||||
mingw-w64-"$MSYS2_ARCH"-python3-gobject \
|
||||
mingw-w64-"$MSYS2_ARCH"-python3-cairo \
|
||||
mingw-w64-"$MSYS2_ARCH"-python3-pip \
|
||||
mingw-w64-"$MSYS2_ARCH"-python3-setuptools
|
||||
mingw-w64-"$MSYS2_ARCH"-python \
|
||||
mingw-w64-"$MSYS2_ARCH"-python-gobject \
|
||||
mingw-w64-"$MSYS2_ARCH"-python-cairo \
|
||||
mingw-w64-"$MSYS2_ARCH"-python-pip \
|
||||
|
||||
source "$DIR"/../venv
|
||||
pip install pyinstaller
|
||||
|
Loading…
x
Reference in New Issue
Block a user