-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,18 @@ | ||
# [udpxy](https://github.com/pcherenkov/udpxy) Binary | ||
Release static build of udpxy binary | ||
|
||
|
||
## How do I build it ? | ||
see https://github.com/ihipop/udpxy_binary/blob/master/build.sh | ||
|
||
## File info Example | ||
|
||
``` | ||
udpxy.aarch64-linux-gnu: ELF 64-bit LSB executable, ARM aarch64, version 1 (GNU/Linux), statically linked, BuildID[sha1]=f3f3ffa38336bbef7aae5c224bf93683b92d0fe5, for GNU/Linux 3.7.0, stripped | ||
udpxy.arm-linux-gnueabihf: ELF 32-bit LSB executable, ARM, EABI5 version 1 (GNU/Linux), statically linked, BuildID[sha1]=ed2c333b1bfc406a10f507490e13a5c928ba994b, for GNU/Linux 3.2.0, stripped | ||
udpxy.mips64el-linux-gnuabi64: ELF 64-bit LSB executable, MIPS, MIPS64 rel2 version 1 (SYSV), statically linked, BuildID[sha1]=ae3adb0fbe8935c0ac9611e9add65a51138206fc, for GNU/Linux 3.2.0, stripped | ||
udpxy.mips64-linux-gnuabi64: ELF 64-bit MSB executable, MIPS, MIPS64 rel2 version 1 (SYSV), statically linked, BuildID[sha1]=033bcaa3eb782759c45e9b38322a12ef1db81e1c, for GNU/Linux 3.2.0, stripped | ||
udpxy.mipsel-linux-gnu: ELF 32-bit LSB executable, MIPS, MIPS32 rel2 version 1 (SYSV), statically linked, BuildID[sha1]=8a5c056418b1bead9013149272c705812149c677, for GNU/Linux 3.2.0, stripped | ||
udpxy.mips-linux-gnu: ELF 32-bit MSB executable, MIPS, MIPS32 rel2 version 1 (SYSV), statically linked, BuildID[sha1]=df2d057198d6f21b0ff8f8b0c84253c1632eacc6, for GNU/Linux 3.2.0, stripped | ||
udpxy.x86_64-linux-gnu: ELF 64-bit LSB executable, x86-64, version 1 (GNU/Linux), statically linked, BuildID[sha1]=208d6763c7c7b42f295f2bd1076942233952c60b, for GNU/Linux 3.2.0, stripped | ||
``` |