Bubble proxy service
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

преди 4 години
преди 4 години
преди 4 години
преди 4 години
1234567891011121314151617181920212223
  1. # Building bubble-flexrouter on Windows
  2. ## Install MSVC build tools
  3. If the MSVC build tools are not already installed, install them now.
  4. Go to https://visualstudio.microsoft.com/downloads/
  5. Download and run the installer. You don't need to install everything. Here's a screenshot showing which components
  6. need to be installed:
  7. <img src="img/win-build-tools-installer.png" alt="Screenshot of Windows Build Tools Installer" height="500"/>
  8. [Screenshot of Windows Build Tools Installer](img/win-build-tools-installer.png)
  9. ## Install Rust
  10. Go to https://www.rust-lang.org/tools/install
  11. Download and run the 64-bit version of `rustup-init.exe`
  12. ## Build it
  13. Run `cargo build` to build the program
  14. Run `cargo build --release` to build a release version