ubuntu - Linux "make" command Error 127 -


i'm new linux , trying install mktorrent (latest version) , readme file states run 'make' command while in directory. however, after trying 3 different terminals/emulators receive same error shown quoted below.

i've tried install "automake" repositories suggested through other answers found on here/google no luck. here directory contents: http://i.imgur.com/umdlo7o.png

cc -o2 -wall prefix.c -o prefix make: cc: command not found make: *** [prefix] error 127

sudo apt-get install build-essential 

should install requirements compiling c/c++ based applications


Comments

Popular posts from this blog

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -