From ec562fee7e8accf277dec03deab9852172c6d585 Mon Sep 17 00:00:00 2001 From: Kyle Gordon Date: Mon, 29 Jun 2020 12:33:45 +0100 Subject: [PATCH] Use correct git repo --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 5e03145..1642038 100644 --- a/Readme.md +++ b/Readme.md @@ -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