aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/shione/srb2kart/setup.sh
blob: 70eb956abc952f36fd3c7815eec0e02e51dd485e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/sh

set -eux

# Install both build and runtime dependencies. 
# 
# Build dependencies are install just in case srb2kart needs to be compiled on
# shione.
apt install \
  make \
  git \
  nasm \
  gcc \
  libsdl2-mixer-dev \
  libpng-dev \
  libcurl4-openssl-dev \
  libgme-dev \
  libopenmpt-dev

# The user `srb2kart` is used by default here.
su srb2kart
cd --