From c6ff866e5152ff6c99a26e307accc52ff2b447b8 Mon Sep 17 00:00:00 2001 From: Shlomi Fish Date: Wed, 1 May 2019 20:02:40 +0300 Subject: [PATCH] Add README_svg . --- README_svg.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README_svg.md diff --git a/README_svg.md b/README_svg.md new file mode 100644 index 00000000..7d6a9549 --- /dev/null +++ b/README_svg.md @@ -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)