diff --git a/README.md b/README.md index d4376d8..2fd35ba 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,60 @@ # 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