try less packages

master
HybridDog 2021-11-08 17:33:56 +01:00
parent a6ff5aed94
commit a02f83c70a
1 changed files with 6 additions and 4 deletions

View File

@ -5,10 +5,12 @@ download_schismtracker_and_depends() {
# Download SchismTracker
git clone --depth=1 https://github.com/schismtracker/schismtracker.git
# Install dependencies with apt
sudo apt-get install build-essential automake autoconf autoconf-archive \
libx11-dev libxext-dev libxv-dev \
libxxf86vm-dev libsdl1.2-dev libasound2-dev mercurial \
libtool
#~ sudo apt-get install build-essential automake autoconf autoconf-archive \
#~ libx11-dev libxext-dev libxv-dev \
#~ libxxf86vm-dev libsdl1.2-dev libasound2-dev mercurial \
#~ libtool
sudo apt-get install build-essential automake autoconf \
libsdl1.2-dev
}
build_schismtracker_appimage() {