1 This is a README to describe the ltp-devel.patch functional changes.
3 "make install" is to build and install:
9 /usr/share/pkgconfig/ltp.pc
13 "make package" is to rpm package what was installed above:
15 /usr/src/redhat/RPMS/i386/ltp-devel-1.0-0.0.i386.rpm
17 For someone wanting to write a standalone test that uses "libltp.a", then
18 their Makefile would compile their test program like this:
21 cc test.c `pkg-config --cflags --libs ltp`
23 To read manual pages, then the developer would type:
24 (Most Important man pages)