1. 下载gitlab源码
cd D:\Code\cproject
git clone https://gitlab.com/wireshark/wireshark.git
2. 安装chocolatey
2.1 以管理员权限运行powershell
windows图标右键点击终端管理员
2.2 运行安装命令
先在终端输入Get-ExecutionPolicy,如果提示Restricted,则输入Set-ExecutionPolicy AllSigned或者Set-ExecutionPolicy Bypass -Scope Process,然后再输入下面的命令
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol =

在windows上编译wireshark&spm=1001.2101.3001.5002&articleId=143829757&d=1&t=3&u=545491e6136d4f779a0374e313946161)
1751

被折叠的 条评论
为什么被折叠?



