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 1.1 KiB

12345678910111213141516171819202122232425262728293031323334
  1. # Building bubble-flexrouter on Windows
  2. ## Install MSVC build tools
  3. Go to https://visualstudio.microsoft.com/downloads/
  4. Download and run the installer. You don't need to install everything. Here's a screenshot showing which components
  5. need to be installed:
  6. <img src="img/win-build-tools-installer.png" alt="Screenshot of Windows Build Tools Installer" height="500"/>
  7. [Screenshot of Windows Build Tools Installer](img/win-build-tools-installer.png)
  8. ## Install npcap
  9. Go to https://nmap.org/npcap
  10. Download and run the installer. As of this writing, the latest is https://nmap.org/npcap/dist/npcap-0.9997.exe
  11. When you install npcap, the installation option "" should be enabled.
  12. ## Install WinPcap development library
  13. Go to https://www.winpcap.org/devel.htm
  14. Download and install the library. As of this writing, the latest is: https://www.winpcap.org/install/bin/WpdPack_4_1_2.zip
  15. Unzip the zipfile.
  16. ### For 64-bit Windows
  17. Copy Packet.lib from Lib/x64 to the bubble-flexrouter directory
  18. ### For 32-bit Windows
  19. Copy Packet.lib from Lib to the bubble-flexrouter directory
  20. ## Build it
  21. Run `cargo build` to build the program