Bubble proxy service
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

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