4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivendag_formatrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 38c00dd was
38c00dd,
checked in by Richard Sanger <rsanger@…>, 6 years ago
|
Merge branch 'master' into develop
Conflicts:
lib/trace.c
|
-
Property mode set to
100644
|
File size:
1.5 KB
|
Rev | Line | |
---|
[870cad4] | 1 | Requirements: |
---|
| 2 | * >=automake-1.9 |
---|
| 3 | * >=libpcap-0.8 |
---|
[a1b899f] | 4 | * flex and bison |
---|
[c24de65] | 5 | * libwandio (get it from http://research.wand.net.nz/software/libwandio.php) |
---|
[a1b899f] | 6 | |
---|
| 7 | Optional: |
---|
| 8 | * DAG libraries (both 2.4 and 2.5 versions are supported) |
---|
| 9 | ---------------------------------- |
---|
| 10 | |
---|
[670d3de] | 11 | Installing libtrace: |
---|
| 12 | |
---|
[0ae5feb] | 13 | ./bootstrap.sh (only if you've cloned the source from GitHub) |
---|
[6378b14] | 14 | ./configure |
---|
[670d3de] | 15 | make |
---|
[a1b899f] | 16 | make install |
---|
[d9faaa5] | 17 | |
---|
[a1b899f] | 18 | The above series of commands will install libtrace into /usr/local/lib. If |
---|
| 19 | you wish to install to a non-standard location, append the |
---|
| 20 | --prefix=DIR option to the ./configure command. ./configure also takes |
---|
| 21 | a number of other options - run ./configure --help to view a comprehensive |
---|
| 22 | list. |
---|
[670d3de] | 23 | |
---|
[a1b899f] | 24 | You may need to add the library location (e.g. /usr/local/lib) to your |
---|
| 25 | /etc/ld.so.conf and run 'ldconfig' as root. |
---|
[670d3de] | 26 | |
---|
| 27 | ---------------------------------- |
---|
[17094b2] | 28 | |
---|
| 29 | Installation FAQ: |
---|
| 30 | |
---|
| 31 | Q. I've installed libpcap but I'm still getting the following error: |
---|
| 32 | "libpcap0.8 or greater is required to compile libtrace. If you have installed |
---|
| 33 | it in a non-standard location please use LDFLAGS to specify the location of |
---|
| 34 | the library"? |
---|
| 35 | |
---|
| 36 | A. You need to install the development version of the pcap library. |
---|
[0ae5feb] | 37 | For example, Ubuntu/Debian users will need to install the libpcap0.8-dev |
---|
| 38 | package in addition to the libpcap0.8 package. |
---|
| 39 | |
---|
[17094b2] | 40 | |
---|
[b6cbdaf] | 41 | Q. What operating systems do you support? |
---|
| 42 | |
---|
| 43 | A. Linux, FreeBSD, Mac OS X and OpenBSD. Windows is not supported. |
---|
| 44 | |
---|
[17094b2] | 45 | ---------------------------------- |
---|
[670d3de] | 46 | Using libtrace: |
---|
| 47 | |
---|
[a1b899f] | 48 | The best source of information on how to use libtrace and the tools that come |
---|
| 49 | with it is the libtrace wiki located at |
---|
[b6cbdaf] | 50 | http://www.github.com/wanduow/libtrace/wiki |
---|
[670d3de] | 51 | |
---|
[d18312c] | 52 | |
---|
Note: See
TracBrowser
for help on using the repository browser.