ngrok-one-key-install
ngrok-one-key-install copied to clipboard
默认只有linux下的客户端,怎么编译windows下的呢
默认只有linux下的客户端,怎么编译windows下的呢
默认只有linux的下的客户端,怎么编译窗户下的呢 在编译客户端的时候需要指明对应的操作系统和构架:
- Linux平台32位系统:GOOS = linux GOARCH = 386
- Linux平台64位系统:GOOS = linux GOARCH = amd64
- Windows平台32位系统:GOOS = windows GOARCH = 386
- Windows平台64位系统:GOOS = windows GOARCH = amd64
- MAC平台32位系统:GOOS = darwin GOARCH = 386
- MAC平台64位系统:GOOS = darwin GOARCH = amd64
- ARM平台:GOOS = linux GOARCH = arm
在ngrok 目录下 执行 GOOS = linux GOARCH = amd64 make release-client
[root@localhost ngrok]# ll /usr/local/ngrok total 28 drwxr-xr-x 2 root root 4096 Feb 24 12:28 bin -rw-r--r-- 1 root root 1679 Feb 24 12:28 rootCA.key -rw-r--r-- 1 root root 1123 Feb 24 12:28 rootCA.pem -rw-r--r-- 1 root root 17 Feb 24 12:28 rootCA.srl -rw-r--r-- 1 root root 1005 Feb 24 12:28 server.crt -rw-r--r-- 1 root root 907 Feb 24 12:28 server.csr -rw-r--r-- 1 root root 1675 Feb 24 12:28 server.key
Ngrok 目录下没有Make文件 在哪里编译客户端? 我找了很久没有找到源代码
客户端在哪啊 这个脚本真的太不友好