Changeset 3470
- Timestamp:
- 04/18/00 13:18:55 (9 years ago)
- Files:
-
- i2c/trunk/INSTALL (modified) (1 diff)
- i2c/trunk/QUICKSTART (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
i2c/trunk/INSTALL
r3433 r3470 53 53 those in /usr/src/linux/include/{linux,asm}. It is also possible to 54 54 tell the Makefile the kernel is somewhere else than at /usr/src/linux. 55 56 To keep problems to a minimum, please use a 'vanilla' kernel tree, 57 as distributed on ftp://ftp.kernel/org/pub/linux/kernel, and not one 58 patched by your distribution. 55 59 56 60 i2c/trunk/QUICKSTART
r3461 r3470 6 6 * Make sure you have the kernel tree corresponding to your current 7 7 kernel in /usr/src/linux. Distribution kernels usually won't do, 8 compile your own. 8 compile your own from a 'vanilla' tree (get one from 9 ftp://ftp.kernel/org/pub/linux/kernel/). 9 10 * Do a `make' followed by a `make install'. The warnings about .d 10 11 files at the start are harmless.
