mirror of
https://github.com/libretro/cpp-cheat.git
synced 2025-04-06 21:11:39 +00:00
8 lines
123 B
Bash
Executable File
8 lines
123 B
Bash
Executable File
#!/usr/bin/env bash
|
|
sudo apt-get update
|
|
sudo apt-get install \
|
|
libsdl2-dev \
|
|
libsdl2-image-dev \
|
|
libsdl2-ttf-dev \
|
|
;
|