Use correct git repo

develop
Kyle Gordon 2020-06-29 12:33:45 +01:00
parent be194ecb4e
commit ec562fee7e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ sudo apt-get -y install cmake build-essential git
sudo apt-get install -y libboost-all-dev libusb-1.0.0-dev libssl-dev libprotobuf-dev protobuf-c-compiler protobuf-compiler libqt5multimedia5 libqt5multimedia5-plugins libqt5multimediawidgets5 qtmultimedia5-dev libqt5bluetooth5 libqt5bluetooth5-bin qtconnectivity5-dev pulseaudio librtaudio-dev
git clone https://github.com/f1xpl/aasdk
git clone https://github.com/OpenDsh/aasdk
mkdir aasdk_build; cd aasdk_build
cmake -DCMAKE_BUILD_TYPE=Release ~/aasdk