Bubble proxy service
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

669 B

Building bubble-flexrouter

These instructions work for Linux and Mac OS X.

For Windows, see the Windows build instructions

For Ubuntu users

Run:

first_time_ubuntu.sh

This will install the required apt packages and Rust.

This command will probably work on any Debian-based system.

For Mac OS and other Linux distributions

Look in first_time_ubuntu -- those are the packages that you’ll need to install.

Once those are installed, you can install Rust:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Build it

Run cargo build to build the program

Run cargo build --release to build a release version