can not install
kristof-linux opened this issue · 3 comments
When reporting build errors with screenshots, please try to make sure that the error messages are in English. You can achieve this by using the command LANG=C LC_MESSAGES=C make
instead of make
.
Assuming that the error message is "no such file or directory" on errno.h
, the problem is that your system doesn't have basic build dependencies installed for the compilation to succeed. Assuming you are using Debian/Ubuntu, you can use the following commands to install basic build dependencies for any kind of build: apt install build-essential
, and then you can use apt build-dep zcfan
for zcfan specific dependencies. Before all of this, you might have to do apt update
, to make sure that your package listings are up-to-date.
The procedure is different for other distributions, so if you are not using a debian based distro, you will have to do your own research.