Изменил(а) на 'README.md'

This commit is contained in:
ua1zbe 2022-09-17 17:09:48 +03:00
parent 5c1acd3bcb
commit 6e7e10b269
1 changed files with 58 additions and 0 deletions

View File

@ -1,2 +1,60 @@
# dsd_plus_install # dsd_plus_install
sudo apt update
sudo apt install build-essential git make cmake wget
Let's Make A Directory To Put Everything In:
mkdir dsd
cd dsd
Let's Install ITPP:
wget -O http://gitradio.ml/ua1zbe/dsd_plus_install/raw/branch/main/itpp-4.3.1.tar.bz2
tar xjf itpp-4.3.1.tar.bz2
cd itpp-4.3.1/
Let's Make A Directory And Build The Software:
mkdir build
cd build
cmake ..
make
sudo make install
Let's Install mbelib:
cd dsd
git clone https://github.com/szechyjs/mbelib.git
cd mbelib/
Let's Make A Directory And Build The Software:
mkdir build
cd build
cmake ..
make
sudo make install
Let's Install DSD:
sudo apt install libsndfile1-dev fftw3-dev liblapack-dev portaudio19-dev
cd dsd
git clone https://github.com/szechyjs/dsd.git
cd dsd
Let's Make A Directory And Build The Software:
mkdir build
cd build
cmake ..
make
sudo make install
sudo ldconfig
dsd -a #проверка звуковых карт
dsd -h #help