This file contains hidden or 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
#!/bin/bash | |
if [ -z ${1} ]; then | |
echo "Error: Must supply release version number" | |
exit 1 | |
else | |
LE_VERSION="${1}" | |
fi | |
LE_DESCRIPTION="A fast and user-friendly Kodi Entertainment Center distribution" |
This file contains hidden or 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
LibreELEC:~/.cache/SteamLink/bin # ldd * | |
ltwheelconf: | |
linux-vdso.so.1 (0x7eccd000) | |
/usr/lib/libarmmem-v7l.so (0x76ec1000) | |
libusb-1.0.so.0 => /usr/lib/libusb-1.0.so.0 (0x76ea3000) | |
libc.so.6 => /usr/lib/libc.so.6 (0x76d67000) | |
libudev.so.1 => /usr/lib/libudev.so.1 (0x76d45000) | |
libpthread.so.0 => /usr/lib/libpthread.so.0 (0x76d1c000) | |
/lib/ld-linux-armhf.so.3 => /usr/lib/ld-linux-armhf.so.3 (0x76ed6000) | |
librt.so.1 => /usr/lib/librt.so.1 (0x76d05000) |
This file contains hidden or 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
#!/bin/sh | |
# | |
# Benchmark zlib performance using programs available to LibreELEC. | |
# | |
# Number of iterations to loop | |
COMPRESS_ITER=50 | |
DECOMPRESS_ITER=50 | |
# test file to compress & then decompress |