IPBS_Station/SDK/Install.sh

16 lines
317 B
Bash
Raw Normal View History

2024-08-13 17:07:34 +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