|
|
# Getting Started
|
|
|
### Desktop Linux
|
|
|
|
|
|
For 64bit system, use speederv2_amd64
|
|
|
|
|
|
For 32bit system, use speederv2_x86
|
|
|
|
|
|
### Android,Raspberry Pi,Linux-based Router with ARM CPU(armv6 and above)
|
|
|
|
|
|
use speederv2_arm
|
|
|
|
|
|
### Linux-based Router with MIPS CPU (mips24kc and above)
|
|
|
|
|
|
For big-endian system,use speederv2_mips24kc_be
|
|
|
|
|
|
For little-endian system,use speederv2_mips24kc_le
|
|
|
|
|
|
### Windows/MacOS
|
|
|
|
|
|
Make sure you have installed a virtual machine software(such as VMware or VirtualBox).
|
|
|
|
|
|
Download and import `lede-17.01.2-x86_virtual_machine_image.zip`,Its less than 10MB.
|
|
|
|
|
|
Run speederv2_x86 inside the virtual machine(make sure network adapter of this virtual machine runs at bridged mode).
|
|
|
|
|
|
NOTE: you can copy speederv2 into the virtual machine by using scp.
|
|
|
|
|
|
### Other Linux-based Device
|
|
|
You have to build by yourself. Check:
|
|
|
|
|
|
https://github.com/wangyu-/udp2raw-tunnel/blob/master/doc/build_guide.md
|
|
|
|