Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Windows 10 installation instructions
Browse files Browse the repository at this point in the history
Still a WIP, but a PDF could be exported!
cydanil authored Nov 9, 2020
1 parent 36fe98e commit c3ece05
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -81,3 +81,24 @@ You can now launch Gourmet from a terminal:
```sh
$ gourmet
```
## Windows 10
Running Gourmet on Windows is still experimental at this stage: the application can run fine, and even export to PDF. However, there are a couple of issues, and the installation is cumbersome.
Download and install [MSYS2](https://www.msys2.org/)
Within the MSYS2 terminal, synchronize your software sources:
pacman -Syu
Then install some of the dependencies:
pacman -S mingw-w64-x86_64-gtk3 mingw-w64-x86_64-python3-gobject mingw-w64-x86_64-python-pillow mingw-w64-x86_64-python-sqlalchemy mingw-w64-x86_64-gstreamer mingw-w64-x86_64-poppler mingw-w64-x86_64-python-reportlab
[Download the wheel](https://github.com/kirienko/gourmet/releases/tag/v1-alpha2) and install it:
python3 -m pip install gourmet-36fe98e8-py3-none-any.whl
Then launch it:
python3 -m gourmet

0 comments on commit c3ece05

Please sign in to comment.