Bubble proxy service
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

BUILD-windows.md 751 B

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