From 6c4ca66bdfe00350f111a5a270efd519a48e6d32 Mon Sep 17 00:00:00 2001 From: wangyu- Date: Sun, 10 Sep 2017 00:16:41 -0700 Subject: [PATCH] Updated how to choose a binary for your device (markdown) --- how-to-choose-a-binary-for-your-device.md | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/how-to-choose-a-binary-for-your-device.md b/how-to-choose-a-binary-for-your-device.md index 77abb70..1bf5c39 100644 --- a/how-to-choose-a-binary-for-your-device.md +++ b/how-to-choose-a-binary-for-your-device.md @@ -5,17 +5,25 @@ For 64bit system, use udp2raw_amd64 For 32bit system, use udp2raw_x86 -### Android,Raspberry Pi,Router with ARM CPU (armv6 and above) +### Android,Raspberry Pi,Linux-based Router with ARM CPU(armv6 and above) use udp2raw_arm -### Router with MIPS CPU (mips24kc and above) +### Linux-based Router with MIPS CPU (mips24kc and above) For big-endian system,use udp2raw_mips24kc_be For little-endian system,use udp2raw_mips24kc_le -### Other Device +### Windows/MacOS + +Make sure you have installed a virtual machine (such as VMware or VirtualBox). + +Download and import `lede-17.01.2-x86_virtual_machine_image_with_udp2raw_pre_installed.zip`,Its less than 10MB. + +Use the udp2raw inside virtual machine. + +### Other Linux-based Device You have to build by yourself.Check: https://github.com/wangyu-/udp2raw-tunnel/blob/master/doc/build_guide.md @@ -30,11 +38,11 @@ For 64bit system, try udp2raw_amd64_hw_aes For 32bit system, try udp2raw_x86_asm_aes -### Android,Raspberry Pi,Router with ARM CPU (armv6 and above) +### Android,Raspberry Pi,Linux-based Router with ARM CPU (armv6 and above) try udp2raw_arm_asm_eas -### Router with MIPS CPU (mips24kc and above) +### Linux-based Router with MIPS CPU (mips24kc and above) For big-endian system,try udp2raw_mips24kc_be_asm_aes