Gitea makes heavy use of Make to automate tasks and have a faster development. This guide cover how to install Make.
You can install with your package manager.
On Ubuntu/Debian:
sudo apt-get install build-essential
On Fedora/RHEL/CentOS:
sudo yum install make
If you are using Windows, you can download and use one of these distributions of Make:
PATH.
mingw32-make.exe instead of make.exe. Add the bin folder to your PATH.choco install make