Bubble proxy service
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213141516171819202122232425
  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. ## For Ubuntu users
  5. Run:
  6. first_time_ubuntu.sh
  7. This will install the required `apt` packages and Rust.
  8. This command will probably work on any Debian-based system.
  9. ## For Mac OS and other Linux distributions
  10. Look in `first_time_ubuntu` -- those are the packages that you'll need to install.
  11. Once those are installed, you can install Rust:
  12. curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
  13. ## Build it
  14. Run `cargo build` to build the program
  15. Run `cargo build --release` to build a release version