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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -