23.02.2024

Другая ветка dsd-fme
This commit is contained in:
ua1zbe 2024-02-23 23:25:20 +03:00
parent dac8b78773
commit 8dedb06ab6
1 changed files with 9 additions and 0 deletions

9
dsd_fme_audio_work.txt Normal file
View File

@ -0,0 +1,9 @@
Code:
git clone https://github.com/lwvmobile/dsd-fme.git
cd dsd-fme
git checkout audio_work
mkdir build
cd build
cmake ..
make -j `nproc`
sudo make install