Update Readme.md

matt-add-portrait-aa
Matthew Hilton 2021-09-23 23:31:36 +01:00 committed by GitHub
parent 053d69ecf3
commit 3476cf9fc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 17 deletions

View File

@ -4,22 +4,8 @@
### Brief description
C++ object-oriented library containing implementation of core AndroidAuto(tm) functionalities needed to build headunit software.
### Build Guide
#### Local build instructions for Raspberry Pi
```
sudo apt-get update
sudo apt-get -y install cmake build-essential git
sudo apt-get install -y protobuf-compiler libprotobuf-dev libusb-1.0.0-dev libssl-dev libboost-dev libboost-system-dev libboost-log-dev
git clone https://github.com/OpenDsh/aasdk
cd aasdk
cmake -DCMAKE_BUILD_TYPE=Release .
make -j2
sudo make install
```
### Changes
Added recent changes by the OpenDsh team
### Supported functionalities
- AOAP (Android Open Accessory Protocol)
@ -53,4 +39,4 @@ Copyrights (c) 2018 f1x.studio (Michal Szwaj)
- [CMake](https://cmake.org/)
- [Protocol buffers](https://developers.google.com/protocol-buffers/)
- [OpenSSL](https://www.openssl.org/)
- [Google test framework](https://github.com/google/googletest)
- [Google test framework](https://github.com/google/googletest)