1 Star 0 Fork 1

大浪扬帆/strongswan

forked from ChengzeHsiao/strongswan 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
HACKING 1.25 KB
一键复制 编辑 原始数据 按行查看 历史
Tobias Brunner 提交于 2018-12-20 23:06 +08:00 . Use https:// for URLs in documents
------------------------
strongSwan - Development
------------------------
Git repository
---------------------
For interested developers, we have a public repository. To check out and compile
the code, you need the following tools:
- Git
- a recent GNU C compiler (>= 3.x)
- automake
- autoconf
- libtool
- pkg-config
- gettext
- perl
- python
- lex/flex
- yacc/bison
- gperf
Optionally:
- lcov/genhtml
- Doxygen
To check out the master branch, use:
git clone git://git.strongswan.org/strongswan.git
or using HTTP:
git clone https://git.strongswan.org/strongswan.git
After a successful check out, give the autotools a try:
cd strongswan/
./autogen.sh
Then you're in, start the build as usual:
./configure [options]
make
make install
API documentation
-----------------
Charon and libstrongswan contain inline code documentation. These comments can
be extracted using doxygen. It is built using 'make apidoc', which creates an
'apidoc' folder containing the HTML files.
strongSwan wiki
---------------
A wiki for users and developers, including ticket system and source browser
is available at
https://wiki.strongswan.org
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/DaLangYangFan_admin/strongswan.git
git@gitee.com:DaLangYangFan_admin/strongswan.git
DaLangYangFan_admin
strongswan
strongswan
master

搜索帮助