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