summaryrefslogtreecommitdiff
path: root/setup.sh
blob: 54daa17c02c7ac5d5e321c0adf2069dbd70aefa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash

export THREADS=${THREADS:-$(nproc)}

cd $(dirname $0)

git submodule update --init

pushd unrpyc
make install
popd

./vencode.sh

trim() {
  convert -trim "$@" "$@"
}

trim www/dump/ui/bt-cf-unchecked.png
trim www/dump/ui/bt-cf-checked.png

./iencode.sh
./aencode.sh