File: INSTALL

package info (click to toggle)
fwatch 0.1-alpha-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 152 kB
  • ctags: 152
  • sloc: ansic: 1,293; makefile: 171; sh: 15
file content (19 lines) | stat: -rw-r--r-- 492 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
to install, unpack the tarball:
tar xvfy fwatch-x.x.x
dive into the src dir:
cd src
and compile:
make

If any errors occur, you might need to adapt the makefile to the
location of your kernel sources.

If successfully compiled, cp the module to your module dir (for ex.):
cp fwatch.o /lib/modules/<your kernel version>/misc/

If you want to run the fwatchread example, insmod the module:
insmod fwatch.o
and run the example:
./fwatchread

All changes on files will be reported to the console.