File: INSTALL

package info (click to toggle)
mlpcap 0.9-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 652 kB
  • ctags: 54
  • sloc: sh: 2,238; ansic: 142; ml: 94; makefile: 83
file content (31 lines) | stat: -rw-r--r-- 788 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
You MUST provide the following flags to configure:

        --with-ffcall=<dir>:
                where ffcall's callback.h header is located

        --with-camlidl=<dir>:
                where camlidl's caml/camlidlruntime.h is found


If you provide --with-examples then you must declare aswell

        --with-camlidl-lib=<dir>:
                where camlidl's libcamlidl.a is found


If you have installed your libpcap library in a different path than /usr/lib
you have to declare:

        --with-libpcap=<dir>
                where libpcap.a/libpcap.so is found


Example configure options for a default system:

        ./configure --with-ffcall=/usr/local/include --with-camlidl=\
        /usr/local/lib/ocaml --with-camlidl-lib=/usr/local/lib/ocaml/\
        --with-examples