From 42bb61f6db0e6780feeb4a8525ef7767f4bbf215 Mon Sep 17 00:00:00 2001 From: emdee Date: Thu, 8 Feb 2024 23:41:25 +0100 Subject: [PATCH] Add CompilingToxygen --- CompilingToxygen.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 CompilingToxygen.md 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```