mirror of
https://github.com/libretro/libretro-super
synced 2024-12-26 09:22:00 +00:00
Super repo for other libretro projects. Fetches, builds and installs.
2f96177c33
Line 6: start=$(readelf -V $1 | grep -A1 .gnu.version_r | tail -n1 | cut -d' ' -f6) ^-- SC2086: Double quote to prevent globbing and word splitting. Line 7: pos=$(readelf -V $1 | grep 'Flags: none' | cut -d' ' -f3 | sed 's/://') ^-- SC2086: Double quote to prevent globbing and word splitting. Line 9: printf '\x02' | dd if=/dev/stdin of=$1 seek=$(($start+$pos+4)) count=1 bs=1 conv=notrunc 2> /dev/null ^-- SC2086: Double quote to prevent globbing and word splitting. ^-- SC2004: $/${} is unnecessary on arithmetic variables. ^-- SC2004: $/${} is unnecessary on arithmetic variables. |
||
---|---|---|
dist/info | ||
docs | ||
recipes | ||
rules.d | ||
script-modules | ||
travis | ||
.gitignore | ||
build-config.sh | ||
CHANGELOG.md | ||
libretro-build-android-arm64_v8a.sh | ||
libretro-build-android-armeabi_v7a.sh | ||
libretro-build-android-armeabi.sh | ||
libretro-build-android-mips64.sh | ||
libretro-build-android-mips.sh | ||
libretro-build-android-mk.sh | ||
libretro-build-android-x86_64.sh | ||
libretro-build-android-x86.sh | ||
libretro-build-common.sh | ||
libretro-build-ctr.sh | ||
libretro-build-database.sh | ||
libretro-build-ios9.sh | ||
libretro-build-ios-arm64.sh | ||
libretro-build-ios-theos.sh | ||
libretro-build-ios.sh | ||
libretro-build-msvc2005_x86.sh | ||
libretro-build-msvc2010_x86.sh | ||
libretro-build-ngc.sh | ||
libretro-build-ps3.sh | ||
libretro-build-psp1.sh | ||
libretro-build-qnx.sh | ||
libretro-build-sncps3.sh | ||
libretro-build-static.sh | ||
libretro-build-vita.sh | ||
libretro-build-wii.sh | ||
libretro-build-wiiu.sh | ||
libretro-build-xdk1.sh | ||
libretro-build-xdk360.sh | ||
libretro-build.sh | ||
libretro-buildbot-recipe.sh | ||
libretro-config.sh | ||
libretro-fetch.sh | ||
libretro-header-update.sh | ||
libretro-install.sh | ||
libretro-super.sh | ||
libretro-upgrade.sh | ||
Makefile | ||
README.md | ||
retroarch-build-msvc2005-x86.bat | ||
retroarch-build-msvc2010-x64.bat | ||
retroarch-build-msvc2010-x86.bat | ||
retroarch-build.sh | ||
retroarch-debug-build-msvc2005-x86.bat | ||
retroarch-debug-build-msvc2010-x64.bat | ||
retroarch-debug-build-msvc2010-x86.bat | ||
retrolink.sh |
Libretro Super Repository
Fetch, build and install a number of libretro projects.
Dependencies
See the Compilation notes for prerequisites.
Usage
Download and Build
make
Install
make install