README: src-x => repo-x
This commit is contained in:
parent
715d27d314
commit
a057593680
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ The easiest way to build this is to use Docker.
|
||||||
1. Run `./build.sh`. This will build a binary for aarch64 or x84_64, depending on your host.
|
1. Run `./build.sh`. This will build a binary for aarch64 or x84_64, depending on your host.
|
||||||
1. You can also add the parameter `arm` or `x86` to the `./build.sh` script to build for a particular architecture.
|
1. You can also add the parameter `arm` or `x86` to the `./build.sh` script to build for a particular architecture.
|
||||||
1. The result will be a binary in the `bin` sub directory.
|
1. The result will be a binary in the `bin` sub directory.
|
||||||
1. You can then run `./run.sh` for an interactive environment. In this case the source code will be copied to new `src-x` directory (where `x` depends on the architecture), so your changes do not disappear when the Docker container exits. This script also takes the parameter `arm` or `x86`.
|
1. You can then run `./run.sh` for an interactive environment. In this case the full repo will be copied to new `repo-x` directory (where `x` depends on the architecture), so your changes do not disappear when the Docker container exits. This script also takes the parameter `arm` or `x86`.
|
||||||
|
|
||||||
Some functions are perhaps overly general, but that is because they are taken directly from the [EMG](https://nordicmessaging.se) source code.
|
Some functions are perhaps overly general, but that is because they are taken directly from the [EMG](https://nordicmessaging.se) source code.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue