mirror of
https://github.com/RetroDECK/RetroQUEST.git
synced 2025-04-21 01:24:06 +00:00
10 lines
317 B
Bash
10 lines
317 B
Bash
|
#!/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"
|