diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-04-03 20:28:21 -0300 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-08-20 15:57:13 +0200 |
| commit | 1917e84cd52771ebede72cb4d5df8d08b9f2d2cf (patch) | |
| tree | 2dda3d028c738c486dd712666b09bc2b6b26c1c3 | |
| parent | 6fa10a0a7b7781030f87b469a5d0d358d74e3c8f (diff) | |
| download | muhqs-game-1917e84cd52771ebede72cb4d5df8d08b9f2d2cf.tar.gz muhqs-game-1917e84cd52771ebede72cb4d5df8d08b9f2d2cf.zip | |
document build dependencies
| -rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -14,6 +14,13 @@ To retrieve the all game material run git clone https://muhq.space/muhqs-game.git ``` +## Build dependencies + +* Working TeX installation +* poppler (pdfunite, pdftoppm) +* opencv-python +* pyyaml + ## Build everything In the root directory there exits a Makefile which searches the directory tree for |
