Add CompilingToxygen

emdee 2024-02-08 23:41:25 +01:00
parent 6d19629883
commit 42bb61f6db

19
CompilingToxygen.md Normal file

@ -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```