Debian and Ubuntu development tools installation, make gcc and others

Written by
Date: 2012-08-09 09:15:32 00:00


If you need to develop under Debian, or if you are trying to compile software and you get this error:

sh: 1: make: not found

You need to install the Debian development tools, to do that just run this command:

apt-get install build-essential

This will include make, gcc-compiler and others you will need to develop your software under Debian