1
0
Fork 0
mirror of https://github.com/shlomif/PySolFC.git synced 2025-04-05 00:02:29 -04:00

Add README_svg .

This commit is contained in:
Shlomi Fish 2019-05-01 20:02:40 +03:00
parent e775212e3b
commit c6ff866e51

11
README_svg.md Normal file
View file

@ -0,0 +1,11 @@
This is a guide for how to use [SVG cardsets](https://github.com/shlomif/PySolFC/issues/3) in PySolFC.
In general you can try doing `. ./build-svg-support.bash` and then
`python3 pysol.py` on [bash](https://en.wikipedia.org/wiki/Bash_%28Unix_shell%29) , [zsh](https://en.wikipedia.org/wiki/Z_shell) or similar. However, this
requires some dependencies to succeed:
* [kf5](https://en.wikipedia.org/wiki/KDE_Frameworks)
* [cmake](https://en.wikipedia.org/wiki/CMake)
* [Qt for Python / PySide 2](https://wiki.qt.io/Qt_for_Python)
* [ImageQt](https://pillow.readthedocs.io/en/3.1.x/reference/ImageQt.html)
* [libkdegames](https://github.com/KDE/libkdegames)