Commit e63b4d16 authored by Daniel Graziotin's avatar Daniel Graziotin

Enhanced README

parent ed4f1868
This is an enhanced version of rvega's Fan-Control-Daemon <https://github.com/rvega/Fan-Control-Daemon>, Fan-Control-Daemon
which itself is an enhanced version of Allan McRae mbpfan <http://allanmcrae.com/2010/05/simple-macbook-pro-fan-daemon/> ====================
Introduction
---------------------
This is an enhanced version of [rvega's Fan-Control-Daemon](https://github.com/rvega/Fan-Control-Daemon),
which itself is an enhanced version of [Allan McRae mbpfan](http://allanmcrae.com/2010/05/simple-macbook-pro-fan-daemon/)
Fan-Control-Daemon is a daemon that uses input from coretemp module and sets the fan speed using the applesmc module. Fan-Control-Daemon is a daemon that uses input from coretemp module and sets the fan speed using the applesmc module.
This enhanced version assumes any number of processors and fans (max. 10). This enhanced version assumes any number of processors and fans (max. 10).
...@@ -9,17 +15,30 @@ This enhanced version assumes any number of processors and fans (max. 10). ...@@ -9,17 +15,30 @@ This enhanced version assumes any number of processors and fans (max. 10).
* It requires root use * It requires root use
Compile Instructions
---------------------
Compile with Compile with
gcc -o mbpfan -lm mbpfan.c make
Manually compile with
gcc -o bin/mbpfan src/mbpfan.c -lm
Run Instructions
---------------------
Run with Run with
sudo ./mbpfan sudo bin/mbpfan
License
---------------------
GNU General Public License version 3
Original README below.
--
It includes a PKGBUILD for easy installation in Arch Linux.
Based on: Based On
---------------------
http://allanmcrae.com/2010/05/simple-macbook-pro-fan-daemon/ http://allanmcrae.com/2010/05/simple-macbook-pro-fan-daemon/
http://allanmcrae.com/2011/08/mbp-fan-daemon-update/ http://allanmcrae.com/2011/08/mbp-fan-daemon-update/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment