Compiling and Installing Netty
- Go to the netty-cnetty-4.1.43.Final directory.
1cd /usr/local/netty-netty-4.1.43.Final
- Configure Cntlm.
If a proxy is required for the server to access the Internet, configure Cntlm. For details, see Configuring Cntlm.
- Perform the compilation and installation.
1 2
mvn clean install -pl transport-native-unix-common -DskipTests=true mvn clean install -pl transport-native-epoll -DskipTests=true
If BUILD SUCCESS is displayed, the compilation and installation are successful.
- Check whether the compilation is successful. If the netty-transport-native-epoll-4.1.43.Final-linux-aarch_64.jar package is generated in the transport-native-epoll/target directory, the compilation is complete.
1ll transport-native-epoll/target