RetroQUEST/build_gdlibretro.sh

10 lines
317 B
Bash
Raw Normal View History

2024-12-13 03:19:48 +00:00
#!/bin/bash
git clone https://github.com/gabrielmedici/gdlibretro
cd gdlibretro
git submodule update --init --recursive
cmake -DNO_GIT_REVISION=ON -DCMAKE_BUILD_TYPE=Debug -DLINUX=true -DCMAKE_CXX_FLAGS="-DLINUX" .
cmake --build .
cd -
mv -fv "gdlibretro/LibRetroHost/lib/Linux-x86_64/libLibRetroHost-d.so" "addons"