diff options
-rw-r--r-- | installer/debian.sh | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/installer/debian.sh b/installer/debian.sh index 15d629d..8afa942 100644 --- a/installer/debian.sh +++ b/installer/debian.sh @@ -195,8 +195,11 @@ popd echo -e "$GREEN Compiling Toolame-DAB $NORMAL" git clone https://github.com/Opendigitalradio/toolame-dab.git pushd toolame-dab +mkdir build +cd build +cmake .. make -sudo cp toolame /usr/local/bin/toolame +sudo make install popd echo -e "$GREEN Compiling FDK-AAC-DABplus $NORMAL" |