Service_NSSM/SDK/Install.sh

16 lines
317 B
Bash
Raw Normal View History

2025-03-06 13:47:33 +08:00
git clone https://gitee.com/itas109/CSerialPort.git
git clone https://gitee.com/learnlov/mirrors_nlohmann_json.git
git clone https://github.com/PortAudio/portaudio.git
unzip ./Depend/sqlite-amalgamation-3450300.zip
cd sqlite-amalgamation-3450300
./configure --prefix=/usr/local
sudo make -j8
sudo make install