Rate This Document
Findability
Accuracy
Completeness
Readability

Compiling and Installing Netty

  1. Go to the netty-cnetty-4.1.43.Final directory.
    1
    cd /usr/local/netty-netty-4.1.43.Final
    
  2. Configure Cntlm.

    If a proxy is required for the server to access the Internet, configure Cntlm. For details, see Configuring Cntlm.

  3. 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.

  4. 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.
    1
    ll transport-native-epoll/target