Merge pull request #7 from kylegordon/develop

Local build instructions
develop
Robert Stanley Judka 2020-06-30 09:24:50 -05:00 committed by GitHub
commit 7f3d07ea59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 7 deletions

View File

@ -1,14 +1,26 @@
# aasdk
### Support project
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=9YH2QCXZ3YZXJ)
For support of other platforms please contact me at f1xstudiopl@gmail.com
### 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
```
### Supported functionalities
- AOAP (Android Open Accessory Protocol)
- USB transport
@ -41,5 +53,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)