Add CompilingToxygen
parent
6d19629883
commit
42bb61f6db
19
CompilingToxygen.md
Normal file
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```
|
Loading…
Reference in New Issue
Block a user