We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[root@ip-172-31-33-94 cpulimit-master]# make cd src && make all make[1]: Entering directory /root/cpulimit-master/src' cc -c list.c -Wall -g -D_GNU_SOURCE make[1]: cc: Command not found make[1]: *** [list.o] Error 127 make[1]: Leaving directory /root/cpulimit-master/src' make: *** [all] Error 2
/root/cpulimit-master/src' cc -c list.c -Wall -g -D_GNU_SOURCE make[1]: cc: Command not found make[1]: *** [list.o] Error 127 make[1]: Leaving directory
The text was updated successfully, but these errors were encountered:
You need to install build tools, like make glibc-devel gcc patch etc.
make
glibc-devel
gcc
patch
You can also install it using brew, which is easier:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install cpulimit
Sorry, something went wrong.
No branches or pull requests
[root@ip-172-31-33-94 cpulimit-master]# make
cd src && make all
make[1]: Entering directory
/root/cpulimit-master/src' cc -c list.c -Wall -g -D_GNU_SOURCE make[1]: cc: Command not found make[1]: *** [list.o] Error 127 make[1]: Leaving directory
/root/cpulimit-master/src'make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: