Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.ltp-devel | 2008-04-02 | 749 Bytes | |
ltp-devel-1.0-0.0.x86_64-src.rpm | 2008-04-02 | 2.2 kB | |
ltp-devel-1.0-0.0.x86_64.rpm | 2008-04-02 | 93.6 kB | |
ltp-devel-1.0-0.0.s390x-src.rpm | 2008-04-02 | 2.3 kB | |
ltp-devel-1.0-0.0.s390x.rpm | 2008-04-02 | 105.8 kB | |
ltp-devel-1.0-0.0.ppc64-src.rpm | 2008-04-02 | 2.3 kB | |
ltp-devel-1.0-0.0.ppc64.rpm | 2008-04-02 | 111.4 kB | |
ltp-devel-1.0-0.0.ia64-src.rpm | 2008-04-02 | 2.3 kB | |
ltp-devel-1.0-0.0.ia64.rpm | 2008-04-02 | 108.8 kB | |
ltp-devel-1.0-0.0.i386-src.rpm | 2008-04-02 | 2.3 kB | |
ltp-devel-1.0-0.0.i386.rpm | 2008-04-02 | 92.4 kB | |
Totals: 11 Items | 524.3 kB | 0 |
This is a README to describe the ltp-devel.patch functional changes. "make install" is to build and install: /opt/ltp/bin/bump /opt/ltp/bin/pan /opt/ltp/bin/scanner /opt/ltp/include/usctest.h /opt/ltp/include/test.h /opt/ltp/lib/libltp.a /usr/share/pkgconfig/ltp.pc /opt/ltp/share/man/ "make package" is to rpm package what was installed above: /usr/src/redhat/RPMS/i386/ltp-devel-1.0-0.0.i386.rpm For someone wanting to write a standalone test that uses "libltp.a", then their Makefile would compile their test program like this: test: test.c cc test.c `pkg-config --cflags --libs ltp` To read manual pages, then the developer would type either: man -M /opt/ltp/share/man usctest MANPATH=/opt/ltp/share/man man usctest #EOF