Skip to content

Files

Latest commit

author
Hoben
Feb 26, 2024
10ed5ec · Feb 26, 2024

History

History
8 lines (7 loc) · 466 Bytes

File metadata and controls

8 lines (7 loc) · 466 Bytes

Building backend binaries for AniCode

Note that below steps are used on Ubuntu 18.04.1 LTS

  • Install OpenCV
  • Install ZXing C++, remember to run make and make install after cmake -G "Unix Makefiles" ..
  • cmake -DTYPE=0 . && make to build segment
  • cmake -DTYPE=1 . && make to build match
  • cmake -DTYPE=2 . && make to build animate