Giter Site home page Giter Site logo

Comments (3)

shixud avatar shixud commented on July 3, 2024

默认只有linux的下的客户端,怎么编译窗户下的呢
在编译客户端的时候需要指明对应的操作系统和构架:

  1. Linux平台32位系统:GOOS = linux GOARCH = 386
  2. Linux平台64位系统:GOOS = linux GOARCH = amd64
  3. Windows平台32位系统:GOOS = windows GOARCH = 386
  4. Windows平台64位系统:GOOS = windows GOARCH = amd64
  5. MAC平台32位系统:GOOS = darwin GOARCH = 386
  6. MAC平台64位系统:GOOS = darwin GOARCH = amd64
  7. ARM平台:GOOS = linux GOARCH = arm

在ngrok 目录下 执行 GOOS = linux GOARCH = amd64 make release-client

from ngrok-one-key-install.

lancerhe avatar lancerhe commented on July 3, 2024

[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文件 在哪里编译客户端?
我找了很久没有找到源代码

from ngrok-one-key-install.

HOMHOG avatar HOMHOG commented on July 3, 2024

客户端在哪啊 这个脚本真的太不友好

from ngrok-one-key-install.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.