File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Olivier Tilmans
1212Yamakaky <yamakaky AT gmail DOT com>
1313Yi Yang <ahyangyi AT gmail DOT com>
1414Herminio Hernandez Jr <herminio.hernandezjr AT gmail DOT com>
15+ Robert Musial <rmusial AT fastmail DOT com>
1516
1617
1718ORIGINARY AUTHORS
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ Then install it
9595
9696 sudo emerge -av mbpfan
9797
98+
9899Generic Install Instructions
99100-------------------------
100101Compile 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) ,
109110README.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
112132Run The Tests (Recommended)
113133---------------------------
You can’t perform that action at this time.
0 commit comments