Skip to content

Commit edf722c

Browse files
committed
Merge branch 'rmusial-master'
2 parents 8ef4013 + 754caf6 commit edf722c

2 files changed

Lines changed: 22 additions & 1 deletion

File tree

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Olivier Tilmans
1212
Yamakaky <yamakaky AT gmail DOT com>
1313
Yi Yang <ahyangyi AT gmail DOT com>
1414
Herminio Hernandez Jr <herminio.hernandezjr AT gmail DOT com>
15+
Robert Musial <rmusial AT fastmail DOT com>
1516

1617

1718
ORIGINARY AUTHORS

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Then install it
9595

9696
sudo emerge -av mbpfan
9797

98+
9899
Generic Install Instructions
99100
-------------------------
100101
Compile with
@@ -105,9 +106,28 @@ Install with
105106

106107
sudo make install
107108

108-
It copies mbpfan to /usr/sbin, mbpfan.conf to /etc,
109+
It copies mbpfan to /usr/sbin, mbpfan.conf to /etc (and overwrites existing files),
109110
README.md to /usr/share/doc/mbpfan, and mbpfan.8.gz to /usr/share/man/man8
110111

112+
Run the tests now, see two sections below.
113+
114+
If you would like to compile with Clang instead of GCC, see the next section.
115+
116+
Compile with Clang (experimental)
117+
---------------------------------
118+
We are providing an initial experimental support for [Clang and LLVM](http://clang.llvm.org/).
119+
Please go to the next section if you are following a standard installation procedure (most people do).
120+
121+
Edit the 'Makefile' and replace G++ with clang++
122+
123+
Please run
124+
125+
make clean
126+
127+
Before attempting to compile again with Clang.
128+
129+
Tested and working with Clang 3.8 and 3.9.
130+
111131

112132
Run The Tests (Recommended)
113133
---------------------------

0 commit comments

Comments
 (0)