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.

BUILD.md 339 B

12345678910111213
  1. # Building bubble-flexrouter
  2. These instructions work for Linux and Mac OS X.
  3. For Windows, see the [Windows build instructions](BUILD-windows.md)
  4. ## Install Rust
  5. curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  6. ## Build it
  7. Run `cargo build` to build the program
  8. Run `cargo build --release` to build a release version