diff --git a/CompilingToxygen.md b/CompilingToxygen.md new file mode 100644 index 0000000..eab7fa9 --- /dev/null +++ b/CompilingToxygen.md @@ -0,0 +1,19 @@ +# Compile Toxygen + +You can compile Toxygen using [PyInstaller](http://www.pyinstaller.org/) + +Use Dockerfile and build script from `build` directory: + +1. Build image: +``` +docker build -t toxygen . +``` + +2. Run container: +``` +docker run -it toxygen bash +``` + +3. Execute `build.sh` script: + +```./build.sh```