Skip to content

Commit 1143b69

Browse files
committed
Update README
1 parent 7b51480 commit 1143b69

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

+22
Original file line numberDiff line numberDiff line change
@@ -33,3 +33,25 @@ Code from the following projects are included in this repository:
3333
- [Ace Editor](https://ace.c9.io/)
3434
- [Split.js](http://nathancahill.github.io/Split.js/)
3535
- [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+
```sh
48+
python -m pip install cx-Freeze==6.0b1
49+
```
50+
51+
- Run build script
52+
53+
```sh
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

Comments
 (0)