commit e2951a5c94a02f06dc14b9a9b904d62bb62a59d8 parent 3a74af48ba01d46c5ee1ebd156a53868c5b5fff8 Author: Jesus Galan Lopez (yiyus) <yiyu.jgl@gmail.com> Date: Thu, 2 Sep 2010 00:09:07 +0200 add note about libpcapdev to the README Diffstat:
src/9vx/README | | | 5 | +++++ |
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/9vx/README b/src/9vx/README @@ -97,4 +97,9 @@ incompatibility between libkse (the implementation of pthreads) and libvx32. FreeBSD 7 replaced libkse with a new thread library that is just great. +COMPILATION ERRORS? +The libpcap development libraries are needed to compile this +version of 9vx. Alternatively, set PLAN9PCAP to nopcap in the +Makefrag file. +