---
title: 获取源码
description: "1. 进入目录“/usr/local”。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengwebs/ecosystemEnable/DependencyLibrary/kunpengnettytransportnativeopoll_02_0012.html
sourcePath: /source/zh/kunpengwebs/ecosystemEnable/DependencyLibrary/kunpengnettytransportnativeopoll_02_0012.html
indexId: 2a4f38f6dc59473f71b8c2562706d42b4041d26f0c187ce2ea227906d1c3b2da102
---
# 获取源码

1. 进入目录“/usr/local”。
  1 cd /usr/local

2. 下载Netty源码。
  1 wget https://github.com/netty/netty/archive/netty-4.1.43.Final.zip --no-check-certificate

3. 解压源码包。
  1 unzip netty-4.1.43.Final.zip
