root/lm-sensors/tags/V2-5-4/README.package

Revision 738, 0.9 kB (checked in by frodo, 9 years ago)

Changed email address lm78@... to sensors@...

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1 This is a bundling of the i2c and lm_sensors packages for use in either
2 patching against a kernel source tree or building externally to the
3 kernel.
4
5 QUICKSTART
6 ----------
7
8 To patch against the kernel (as the proper user w/ permissions to alter
9 the kernel source tree):
10
11 # tar xzvf lm-sensors-x.x.x.tar.gz
12 # cd lm-sensors-x.x.x
13 # cd i2c
14 [ Read COPYING, README, INSTALL, and other docs as needed ]
15 # mkpatch/mkpatch.pl . /usr/src/linux | patch -p1 -d /usr/src/linux
16 # cd ../lm_sensors2
17 [ Read COPYING, README, INSTALL, and other docs as needed ]
18 # mkpatch/mkpatch.pl . /usr/src/linux | patch -p1 -d /usr/src/linux
19 # cd /usr/src/linux
20 # make clean
21
22 Then configure, build, and install your kernel as usual.
23
24 You will notice the you have some new kernel configuration options to use.
25
26 To build the package independently of the kernel, please read the README's
27 and INSTALLs in i2c and lm_sensors2.
28
29
30 Enjoy!
31
32 -- The Lm_sensors Development Team <sensors@stimpy.netroedge.com>
Note: See TracBrowser for help on using the browser.