aboutsummaryrefslogtreecommitdiffstats
path: root/deploy/shione/srb2kart/setup.sh
blob: 1a814bd2c7926d865bba9ec1cbf72b718478ac64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/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 \
  byobu

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