Enhanced README

This commit is contained in:
Daniel Graziotin 2012-06-09 16:40:12 +02:00
parent ed4f186803
commit e63b4d1667

35
README
View file

@ -1,5 +1,11 @@
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
====================
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.
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
Compile Instructions
---------------------
Compile with
gcc -o mbpfan -lm mbpfan.c
make
Manually compile with
gcc -o bin/mbpfan src/mbpfan.c -lm
Run Instructions
---------------------
Run with
sudo ./mbpfan
sudo bin/mbpfan
Original README below.
--
It includes a PKGBUILD for easy installation in Arch Linux.
Based on:
License
---------------------
GNU General Public License version 3
Based On
---------------------
http://allanmcrae.com/2010/05/simple-macbook-pro-fan-daemon/
http://allanmcrae.com/2011/08/mbp-fan-daemon-update/