Changeset 866
- Timestamp:
- 09/05/00 14:40:57 (8 years ago)
- Files:
-
- lm-sensors/trunk/INSTALL (modified) (1 diff)
- lm-sensors/trunk/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
lm-sensors/trunk/INSTALL
r840 r866 128 128 ======================================================= 129 129 130 This will compile and install the complete i2c package. Though nothing is131 written to your kernel tree, a proper tree is still needed for this. See 132 earlier for what a proper kernel tree is.130 This will compile and install the complete lm_sensors package. Though 131 nothing is written to your kernel tree, a proper tree is still needed 132 for this. See earlier for what a proper kernel tree is. 133 133 134 134 At the top of the Makefile are a couple of configuration variables that lm-sensors/trunk/Makefile
r840 r866 20 20 21 21 # You need a full complement of GNU utilities to run this Makefile succesfully; 22 # most notably, you need bash, GNU make, flex and bison.22 # most notably, you need bash, GNU make, flex (>= 2.5.1) and bison. 23 23 24 24 # If your /bin/sh is not bash, change the below definition so that make can
