pohly / ptpd

Precision Time Protocol - temporary fork with support for hardware timestamping

This URL has Read+Write access

ptpd / INSTALL
100644 14 lines (11 sloc) 0.45 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Run make inside the src directory to compile the ptpd binary.
 
You can influence the compilation by setting variables on the
make command line:
   CPPFLAGS=-DPTPD_DBGV
        detailed debugging
   CPPFLAGS=-DPTPD_DBG
        less detailed debugging
   CPPFLAGS="-DHAVE_LINUX_NET_TSTAMP_H -Idep/include"
        enable -z linux_hw/linux_sw mode, using bundled
        Linux header file
 
The resulting binary works as-is without having to install it.