- 安装apr
1 | wget https://archive.apache.org/dist/apr/apr-1.6.5.tar.gz |
如果这里报错:1
rm: cannot remove `libtoolT': No such file or directory
可以注释$RM "$cfgfile"
编译nettry相关的组件的话,简易os-maven-plugin替换为1.6.2,这里支持了mips架构
- 编译 transport-native-unix-common
pom中屏蔽只对x86和arm64架构的jdk判断
1 | # mvn install -DskipTests=true |
- 编译netty-tcnative
1 |
这里有几个google的git仓库,可替换为github即可。
https://github.com/google/boringssl.git
- 编译
1 |