leonmaxx / asus_fanmode

Daemon that controls Fan Boost Mode automatically on ASUS TUF laptops
BSD 2-Clause "Simplified" License
51 stars 7 forks source link

error when compile with MAKE #5

Closed AnasR7 closed 4 years ago

AnasR7 commented 4 years ago

when i run make i got this error sound like no target to make

g++ -std=c++11 -O2 -g -Wall asus_fanmode.cpp config.cpp -o asus_fanmode
make: g++: No such file or directory
make: *** [Makefile:18: asus_fanmode] Error 127

can you solve this? , btw thanks

leonmaxx commented 4 years ago

You should install gcc and g++ first.

AnasR7 commented 4 years ago

Yes is my fault thanks.