Windows users will have a hard time to build and run this project. Reasons:
- Make is used as build system
- Some locations depending on the host system (such as the directory for temporary files) are expressed as string literals
- Some paths do not use separators of the host system
- …?