2019年1月3日 星期四

How to build iperf3 on ARM platform (static build)

1. apt-get install git-core  //install git tool
2. apt-get install make    //install make tool, to make iperf3
3. git clone https://github.com/esnet/iperf   //clone iperf3 source code
4. cd iPerf  //go to the iperf3 source code folder, and compile it
5. ./configure --enable-static --disable-shared ; make ; make install  //static build

按照以上步驟,便可以在你的平台上編譯好 iperf3 並且可以使用~

**若是沒有gcc,而導致configure的時候出錯,請先使用以下指令安裝
apt-get install gcc

沒有留言:

張貼留言