张卓写的代码
This commit is contained in:
11
DeployPSDK.sh
Normal file
11
DeployPSDK.sh
Normal file
@ -0,0 +1,11 @@
|
||||
sudo apt-get install libudev-dev
|
||||
sudo apt-get install libusb-1.0-0-dev
|
||||
sudo apt-get install libopus-dev
|
||||
sudo apt-get install ffmpeg
|
||||
sudo apt install libavformat-dev
|
||||
sudo apt-get install libswscale-dev
|
||||
sudo apt-get install libqt5websockets5-dev
|
||||
sudo apt-get install libssl-dev
|
||||
|
||||
#!/bin/bash
|
||||
echo 'SUBSYSTEM=="usb", ATTRS{idVendor}=="2ca3", MODE="0666"' > /etc/udev/rules.d/DJIDevice.rules
|
Reference in New Issue
Block a user