diff --git a/wsl_scripts/install_pop-fe.sh b/wsl_scripts/install_pop-fe.sh index 628e3f31..e32a4787 100644 --- a/wsl_scripts/install_pop-fe.sh +++ b/wsl_scripts/install_pop-fe.sh @@ -5,7 +5,7 @@ BASEDIR=$(dirname "$0") mkdir -p $BASEDIR/../bin/extern/ cd $BASEDIR/../bin/extern -sudo apt install -y python3 python3-pip python3-venv pkg-config libiso9660-dev swig +sudo apt install -y python3 python3-pip python3-venv pkg-config libiso9660-dev libsndfile1-dev swig if ! test -d py3venv; then python3 -m venv py3venv fi @@ -22,6 +22,14 @@ if ! test -d Cue2cu2; then fi cd pop-fe +if ! test -d atracdenc; then + git clone https://github.com/dcherednik/atracdenc.git + cd atracdenc/src/ + cmake . + make + cd ../.. +fi + if ! test -d PSL1GHT; then git clone https://github.com/sahlberg/PSL1GHT cd PSL1GHT/tools/ps3py