-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathREADME
69 lines (45 loc) · 1.46 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
inotify-java - README
--
Website: https://bitbucket.org/nbargnesi/inotify-java
Bugs: https://bitbucket.org/nbargnesi/inotify-java/issues
Documentation: https://bitbucket.org/nbargnesi/inotify-java/wiki
BUILDING
--
REQUIREMENTS
* A Java SDK in JAVA_HOME
* Ant
CONFIGURATION
Run ./configure, and optionally specify a prefix and libdir to use
during installation. For example,
./configure --prefix=/usr --libdir=/usr/lib64
would result in the native library being installed in /usr/lib64, while
the Jar file would reside in /usr/share/inotify-java/lib.
Type 'make'.
Assuming a successful build, the Jar file will be in src/java. The native
library will be in src/cpp.
INSTALLING
--
Type 'make install'.
UNINSTALLING
--
Likewise, 'make uninstall' is also supported.
SOURCE TREE
--
CONVENTIONS
Contains the conventions used throughout the inotify-java source code.
COPYING:
The full text of the GNU General Public License Version 3.
COPYING.LESSER:
The full text of the GNU Lesser General Public License Version 3.
LICENSE:
The inotify-java license (LGPLv3).
ChangeLog:
Version control changelog.
README:
This file.
AUTHORS:
List of people who actively work on the library.
CREDITS:
List of people who have contributed to the library.
TODO:
List of outstanding tasks.