Merge branch 'master' of git://github.com/rmusial/mbpfan into rmusial-master

This commit is contained in:
Daniel Graziotin 2016-12-28 16:31:35 +00:00
commit 16d2ae0c6d
2 changed files with 6 additions and 0 deletions

View file

@ -12,6 +12,7 @@ Olivier Tilmans
Yamakaky <yamakaky AT gmail DOT com> Yamakaky <yamakaky AT gmail DOT com>
Yi Yang <ahyangyi AT gmail DOT com> Yi Yang <ahyangyi AT gmail DOT com>
Herminio Hernandez Jr <herminio.hernandezjr AT gmail DOT com> Herminio Hernandez Jr <herminio.hernandezjr AT gmail DOT com>
Robert Musial <rmusial AT fastmail DOT com>
ORIGINARY AUTHORS ORIGINARY AUTHORS

View file

@ -108,6 +108,11 @@ Install with
It copies mbpfan to /usr/sbin, mbpfan.conf to /etc, It copies mbpfan to /usr/sbin, mbpfan.conf to /etc,
README.md to /usr/share/doc/mbpfan, and mbpfan.8.gz to /usr/share/man/man8 README.md to /usr/share/doc/mbpfan, and mbpfan.8.gz to /usr/share/man/man8
Compile with Clang
-------------------------
Edit the 'Makefile' and replace G++ with clang++
Tested and working with Clang 3.9
Run The Tests (Recommended) Run The Tests (Recommended)
--------------------------- ---------------------------