mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-07 05:31:21 +00:00
docs/installation: Rephrase dependency information
Reduce emphasis on the Android SDK requirements to prevent confusion when running with Linux only targets.
This commit is contained in:
parent
ae8a7bdfb5
commit
66e220d444
@ -25,8 +25,8 @@ Operating System
|
|||||||
|
|
||||||
WA runs on a native Linux install. It has been tested on recent Ubuntu releases,
|
WA runs on a native Linux install. It has been tested on recent Ubuntu releases,
|
||||||
but other recent Linux distributions should work as well. It should run on
|
but other recent Linux distributions should work as well. It should run on
|
||||||
either 32-bit or 64-bit OS, provided the correct version of Android (see
|
either 32-bit or 64-bit OS, provided the correct version of dependencies (see
|
||||||
below) was installed. Officially, **other environments are not supported**.
|
below) are installed. Officially, **other environments are not supported**.
|
||||||
WA has been known to run on Linux Virtual machines and in Cygwin environments,
|
WA has been known to run on Linux Virtual machines and in Cygwin environments,
|
||||||
though additional configuration may be required in both cases (known issues
|
though additional configuration may be required in both cases (known issues
|
||||||
include makings sure USB/serial connections are passed to the VM, and wrong
|
include makings sure USB/serial connections are passed to the VM, and wrong
|
||||||
@ -46,7 +46,8 @@ possible to get limited functionality with minimal porting effort).
|
|||||||
Android SDK
|
Android SDK
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
You need to have the Android SDK with at least one platform installed.
|
To interact with Android devices you will need to have the Android SDK
|
||||||
|
with at least one platform installed.
|
||||||
To install it, download the ADT Bundle from here_. Extract it
|
To install it, download the ADT Bundle from here_. Extract it
|
||||||
and add ``<path_to_android_sdk>/sdk/platform-tools`` and ``<path_to_android_sdk>/sdk/tools``
|
and add ``<path_to_android_sdk>/sdk/platform-tools`` and ``<path_to_android_sdk>/sdk/tools``
|
||||||
to your ``PATH``. To test that you've installed it properly, run ``adb
|
to your ``PATH``. To test that you've installed it properly, run ``adb
|
||||||
|
Loading…
x
Reference in New Issue
Block a user