Thomas Kluyver vor 9 Jahren
Ursprung
Commit
43a9d16d78
1 geänderte Dateien mit 12 neuen und 0 gelöschten Zeilen
  1. 12 0
      examples/pywebview/README.md

+ 12 - 0
examples/pywebview/README.md

@@ -0,0 +1,12 @@
+This is an example [Pywebview](https://github.com/r0x0r/pywebview) application
+built using Pynsist.
+
+First, run `./download.sh` to fetch and unpack the necessary Windows libraries.
+Then build with:
+
+    pynsist installer.cfg
+
+At present, the user must separately install the MS Visual C++ 2010 redistributable,
+because pywin32 is compiled using that.
+
+http://www.microsoft.com/en-us/download/details.aspx?id=14632