16 lines
317 B
Bash
16 lines
317 B
Bash
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
|