From 6e7e10b2690275b8958ff9334ed69713ad6e6f0c Mon Sep 17 00:00:00 2001 From: ua1zbe Date: Sat, 17 Sep 2022 17:09:48 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B8=D0=BB(?= =?UTF-8?q?=D0=B0)=20=D0=BD=D0=B0=20'README.md'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 58 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) 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