In order to build Chomik from the source code you will need to install the following libraries:
- SDL2-devel
- SDL2-image-devel
- SDL2-tiff-devel
These libraries may have slightly different names, depending on your system. You must install the "dev" versions! You will want to use a tool like "apt" or "dnf".
You will also need the following tools:
- flex - a tool to build scanners
- bison - a tool to build parsers
- a C++ compiler
- a linker
- autotools
- make
- pkg-config