Gitea makes heavy use of Make to automate tasks and improve development. This
guide covers how to install Make.
Install with the package manager.
On Ubuntu/Debian:
sudo apt-get install make
On Fedora/RHEL/CentOS:
sudo yum install make
One of these three distributions of Make will run on Windows:
PATH
.
mingw32-make.exe
instead of make.exe
. Add the bin
folder to PATH
.choco install make