Skip to content
This repository has been archived by the owner on May 12, 2023. It is now read-only.

Commit

Permalink
Update Prerequisites for cross-compiling
Browse files Browse the repository at this point in the history
Signed-off-by: Huy Duong <[email protected]>
  • Loading branch information
Huy Duong committed Nov 20, 2017
1 parent c250d73 commit 13a45b3
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,19 @@
Android's adb ported to ARM with automake source structures

## Prerequisites
NOTE: Please make sure you are using navite/cross gcc >= 4.9
```bash
$ sudo apt-get install libtool automake
```
NOTE: Please make sure you are using navite/cross gcc >= 4.9
For cross-compiling:
### ARM
```bash
$ sudo apt-get install linux-libc-dev-armhf-cross libc6-armhf-cross libc6-dev-armhf-cross
```
### AARCH64
```bash
$ sudo apt-get install linux-libc-dev-arm64-cross libc6-arm64-cross libc6-dev-arm64-cross
```

## How to build and run
### Native compiling
Expand Down

0 comments on commit 13a45b3

Please sign in to comment.