summaryrefslogtreecommitdiffstats
path: root/blimp/docs/running.md
blob: 4174eae5e0bd1c727b3db6a98d486adb9a10601e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Running Blimp

See [build](build.md) for instructions on how to build Blimp.

## Running the client

There are both Android and Linux clients.  The Android client is the shipping
client while the Linux client is used for development purposes.

### Android Client

Install the Blimp APK with the following:

```bash
./build/android/adb_install_apk.py $(PRODUCT_DIR)/apks/Blimp.apk
```

Set up any command line flags with:

```bash
./build/android/adb_blimp_command_line --enable-webgl
```

Run the Blimp APK with:

```bash
adb_run_blimp_client
```

### Linux Client

TBD

## Running the engine

For running the engine in a container, see [container](container.md).