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:
parent
e775212e3b
commit
c6ff866e51
1 changed files with 11 additions and 0 deletions
11
README_svg.md
Normal file
11
README_svg.md
Normal 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)
|
Loading…
Add table
Reference in a new issue