4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivelibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since a330384 was
0ae5feb,
checked in by Shane Alcock <salcock@…>, 8 years ago
|
Add ./bootstrap.sh to install instructions
Anyone who clones us from github will need to run bootstrap
before they can do the standard ./configure; make; make install
routine.
Add mention of INSTALL to README.
|
-
Property mode set to
100644
|
File size:
1.4 KB
|
Rev | Line | |
---|
[870cad4] | 1 | Requirements: |
---|
| 2 | * >=automake-1.9 |
---|
| 3 | * >=libpcap-0.8 |
---|
[a1b899f] | 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 | |
---|
[670d3de] | 13 | Installing libtrace: |
---|
| 14 | |
---|
[0ae5feb] | 15 | ./bootstrap.sh (only if you've cloned the source from GitHub) |
---|
[6378b14] | 16 | ./configure |
---|
[670d3de] | 17 | make |
---|
[a1b899f] | 18 | make install |
---|
[d9faaa5] | 19 | |
---|
[a1b899f] | 20 | The above series of commands will install libtrace into /usr/local/lib. If |
---|
| 21 | you wish to install to a non-standard location, append the |
---|
| 22 | --prefix=DIR option to the ./configure command. ./configure also takes |
---|
| 23 | a number of other options - run ./configure --help to view a comprehensive |
---|
| 24 | list. |
---|
[670d3de] | 25 | |
---|
[a1b899f] | 26 | You may need to add the library location (e.g. /usr/local/lib) to your |
---|
| 27 | /etc/ld.so.conf and run 'ldconfig' as root. |
---|
[670d3de] | 28 | |
---|
| 29 | ---------------------------------- |
---|
[17094b2] | 30 | |
---|
| 31 | Installation FAQ: |
---|
| 32 | |
---|
| 33 | Q. I've installed libpcap but I'm still getting the following error: |
---|
| 34 | "libpcap0.8 or greater is required to compile libtrace. If you have installed |
---|
| 35 | it in a non-standard location please use LDFLAGS to specify the location of |
---|
| 36 | the library"? |
---|
| 37 | |
---|
| 38 | A. You need to install the development version of the pcap library. |
---|
[0ae5feb] | 39 | For example, Ubuntu/Debian users will need to install the libpcap0.8-dev |
---|
| 40 | package in addition to the libpcap0.8 package. |
---|
| 41 | |
---|
[17094b2] | 42 | |
---|
| 43 | ---------------------------------- |
---|
[670d3de] | 44 | Using libtrace: |
---|
| 45 | |
---|
[a1b899f] | 46 | The best source of information on how to use libtrace and the tools that come |
---|
| 47 | with it is the libtrace wiki located at |
---|
| 48 | http://www.wand.net.nz/trac/libtrace/wiki |
---|
[670d3de] | 49 | |
---|
[d18312c] | 50 | |
---|
Note: See
TracBrowser
for help on using the repository browser.