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

751 B

Building bubble-flexrouter on Windows

Install MSVC build tools

If the MSVC build tools are not already installed, install them now.

Go to https://visualstudio.microsoft.com/downloads/

Download and run the installer. You don’t need to install everything. Here’s a screenshot showing which components need to be installed:

Screenshot of Windows Build Tools Installer

Screenshot of Windows Build Tools Installer

Install Rust

Go to https://www.rust-lang.org/tools/install

Download and run the 64-bit version of rustup-init.exe

Build it

Run cargo build to build the program

Run cargo build --release to build a release version