```[kw@localhost ~]$ wget -q <https://dl.bintray.c...
# development
r
Copy code
[kw@localhost ~]$ wget -q <https://dl.bintray.com/pantsbuild/bin/build-support/bin/native-engine/linux/x86_64/3bd0c71e96745aaea248a2536b273ad0e039991a/native-engine> -O native-engine
[kw@localhost ~]$ sha1sum native-engine
250360bee6a9c62c8cdbf98fb226f39f69be3228  native-engine
[kw@localhost ~]$ ldd native-engine 
ldd: warning: you do not have execution permission for `./native-engine'
./native-engine: /lib64/libc.so.6: version `GLIBC_2.14' not found (required by ./native-engine)
./native-engine: /lib64/libc.so.6: version `GLIBC_2.17' not found (required by ./native-engine)
./native-engine: /lib64/libc.so.6: version `GLIBC_2.18' not found (required by ./native-engine)
	linux-vdso.so.1 =>  (0x00007fff44d51000)
	libdl.so.2 => /lib64/libdl.so.2 (0x00007f51299f4000)
	libpthread.so.0 => /lib64/libpthread.so.0 (0x00007f51297d8000)
	libgcc_s.so.1 => /lib64/libgcc_s.so.1 (0x00007f51295c9000)
	libc.so.6 => /lib64/libc.so.6 (0x00007f5129270000)
	/lib64/ld-linux-x86-64.so.2 (0x00000037f4c00000)