aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 0515b54405549a2e4d9ea7836274f6b1e48ab477 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# trimui toolchain Docker image

## Installation

With Docker installed and running, `make shell` builds the toolchain and drops into a shell inside the container. The container's `~/workspace` is bound to `./workspace` by default. The toolchain is located at `/opt/trimui-toolchain` inside the container, libraries are in `/opt/trimui-toolchain/arm-buildroot-linux-gnueabi/sysroot/usr/lib/`.

After building the first time, unless a dependency of the image has changed, `make shell` will skip building and drop into the shell.

## Workflow:

- On your host machine, clone repositories into `./workspace` and make changes as usual.
- In the container shell, find the repository in `~/workspace` and build as usual.