Bubble proxy service
Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

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