If you are getting this error:
make: cc: Command not found
make: *** [cower.o] Error 127
==> ERROR: A failure occurred in build().
Aborting...
Its because you need the "cc" compiler.
If using Arch Linux just type
$ sudo pacman -S base-devel
Now keep on with what you were doing.
No comments:
Post a Comment