There were several memory leaks inside jfsck(), they've probably been there for a...
[libjio.git] / INSTALL
blob5edc5033fdde87573b4eab6e3c00016abc8e07e9
2 To install the library and the checker (called jiofsck), run as root
4 # make install
7 It will copy the library to /usr/local/lib, manpages to /usr/local/man,
8 binaries to /usr/local/bin, and headers to /usr/local/include.
10 If you want to change the prefix directory (/usr/local by default), for
11 instance, to /home/myself/usr; just run:
13 # make PREFIX=/home/myself/usr install
16 This will create inside PREFIX the directories "bin", "lib", "include" and
17 "man" if necesary, and put the required files in there.
20 After installing, you need to run "ldconfig" in order to update your dynamic
21 library cache.
23 So, if you want to install to /usr (like most distro bundled software do),
24 this is a brief command line summary:
26 make PREFIX=/usr install
27 ldconfig
30 There are other small options that might be useful (like compiling with
31 debugging information), you can check the Make.conf file for more information.
34 After installing, you're ready to use the library; you can see how by looking
35 at the manpage with "man libjio".
38 If you have any question, suggestion or comment, please send it to
39 albertogli@telpin.com.ar.