We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b51480 commit 1143b69Copy full SHA for 1143b69
README.md
@@ -33,3 +33,25 @@ Code from the following projects are included in this repository:
33
- [Ace Editor](https://ace.c9.io/)
34
- [Split.js](http://nathancahill.github.io/Split.js/)
35
- [Socket.io](https://socket.io/)
36
+
37
+## Building a Frozen Executable
38
39
+- Install all dependencies
40
41
+ ```sh
42
+ python -m pip install flask flask-socketio
43
+ ```
44
45
+- Install `cx-Freeze` v6.0
46
47
48
+ python -m pip install cx-Freeze==6.0b1
49
50
51
+- Run build script
52
53
54
+ python setup.py build
55
56
57
+You can find similarly built binaries [here](https://github.com/johncf/java-play2/releases).
0 commit comments