|
Last change
on this file since 1157 was
1157,
checked in by spa1, 6 years ago
|
|
Libtrace now exports the svn revision number of the distribution
Added two new RT_TYPES that signify server restarts and client connection failures.
Updated the INSTALL documentation.
Added more option combinations to synopt_report.c
The examples directory is no longer treated as EXTRA_DIST in automake
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
File size:
925 bytes
|
| Line | |
|---|
| 1 | Requirements: |
|---|
| 2 | * >=automake-1.9 |
|---|
| 3 | * >=libpcap-0.8 |
|---|
| 4 | * flex and bison |
|---|
| 5 | |
|---|
| 6 | Strongly recommended: |
|---|
| 7 | * zlib-dev (for reading and writing compressed traces) |
|---|
| 8 | |
|---|
| 9 | Optional: |
|---|
| 10 | * DAG libraries (both 2.4 and 2.5 versions are supported) |
|---|
| 11 | ---------------------------------- |
|---|
| 12 | |
|---|
| 13 | Installing libtrace: |
|---|
| 14 | |
|---|
| 15 | ./configure |
|---|
| 16 | make |
|---|
| 17 | make install |
|---|
| 18 | |
|---|
| 19 | The above series of commands will install libtrace into /usr/local/lib. If |
|---|
| 20 | you wish to install to a non-standard location, append the |
|---|
| 21 | --prefix=DIR option to the ./configure command. ./configure also takes |
|---|
| 22 | a number of other options - run ./configure --help to view a comprehensive |
|---|
| 23 | list. |
|---|
| 24 | |
|---|
| 25 | You may need to add the library location (e.g. /usr/local/lib) to your |
|---|
| 26 | /etc/ld.so.conf and run 'ldconfig' as root. |
|---|
| 27 | |
|---|
| 28 | ---------------------------------- |
|---|
| 29 | Using libtrace: |
|---|
| 30 | |
|---|
| 31 | The best source of information on how to use libtrace and the tools that come |
|---|
| 32 | with it is the libtrace wiki located at |
|---|
| 33 | http://www.wand.net.nz/trac/libtrace/wiki |
|---|
| 34 | |
|---|
| 35 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.