Tweak build location to keep openauto happy

develop
Kyle Gordon 2020-06-29 21:18:14 +01:00
parent 406086dd0d
commit 7493a98f8f
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ sudo apt-get install -y libboost-all-dev libusb-1.0.0-dev libssl-dev libprotobuf
git clone https://github.com/OpenDsh/aasdk
mkdir aasdk_build; cd aasdk_build
cmake -DCMAKE_BUILD_TYPE=Release ../aasdk
cd aasdk
cmake -DCMAKE_BUILD_TYPE=Release .
make -j2
sudo make install
```