---
title: 编译
description: "1. 下载Commons Crypto 1.0.0源码。"
url: https://www.hikunpeng.com/document/detail/zh/kunpengbds/ecosystemEnable/tpdl/kunpengcommonscrypto_02_0004.html
sourcePath: /source/zh/kunpengbds/ecosystemEnable/tpdl/kunpengcommonscrypto_02_0004.html
indexId: fe6c833190c9e57bdec21254a187c25c98e2c527cb4871b627c6b5fcf2e65f0f76
---
# 编译

1. 下载Commons Crypto 1.0.0源码。
  1 wget https://github.com/apache/commons-crypto/archive/CRYPTO-1.0.0.tar.gz

2. 解压源码包。
  1 tar -zxvf CRYPTO-1.0.0.tar.gz

3. 进入解压后目录。
  1 cd commons-crypto-CRYPTO-1.0.0

4. 执行编译。
  1 mvn clean install -DskipTests
