aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorJon Dugan <jdugan@x1024.net>2007-08-29 21:57:27 +0000
committerJon Dugan <jdugan@x1024.net>2007-08-29 21:57:27 +0000
commitaa594bbb792dcaf8e9610c7a4e92f9f5f445c80c (patch)
treea53f4e7df5e8edde82e195e4624b0cfc69bd2112 /INSTALL
parentfc458a9768b0de46f04646537b30456fd2374996 (diff)
downloadplatform_external_iperf3-aa594bbb792dcaf8e9610c7a4e92f9f5f445c80c.tar.gz
platform_external_iperf3-aa594bbb792dcaf8e9610c7a4e92f9f5f445c80c.tar.bz2
platform_external_iperf3-aa594bbb792dcaf8e9610c7a4e92f9f5f445c80c.zip
import of iperf-2.0 release
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL13
1 files changed, 13 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
new file mode 100644
index 0000000..88550c1
--- /dev/null
+++ b/INSTALL
@@ -0,0 +1,13 @@
+$Id: INSTALL,v 1.1.1.1 2004/05/18 01:50:44 kgibbs Exp $
+
+Platform Specific Notes
+
+FreeBSD
+
+ If you use a cc or c++ other than the system one, threads may not be
+ detected properly. To work around this set the following environment
+ variables:
+
+ setenv CC /usr/bin/cc
+ setenv CXX /usr/bin/c++
+