I’ve tried to install RetroArch from source using the prepackaged toolchain, and everything seems to have gone well until the very last command. Upon entering “sh libretro-install.sh <install path>” I receive a confirmation, followed by two repeating errors. The confirmation simply reads “x86_64 CPU detected”. The two errors read “libretro-install.sh: line 38: install: command not found” and “libretro-install.sh: line 47: command not found”.
Seeing that the errors pointed me to specific locations, I went to check libretro-install.sh and I found the two lines to be:
38 - install -v -m644 “$lib” “$LIBRETRO_DIR” 47 - install -v -m644 “$infofile” “$LIBRETRO_DIR”
The command I input, along with the path is “sh libretro-install.sh D:/Games/Emulators/RetroArch”, which is where I normally have RetroArch installed. Am I missing something?