Skip to content

Commit

Permalink
Merge pull request #342 from DonatelloX/patch-2
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
julianoes authored May 4, 2021
2 parents ce60cd9 + accd67e commit 1aeb571
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,13 @@ Run the following helper script. It will generate the Python wrappers for each p

### Build and install the package locally

After generating the wrapper you can install a development (editable) version of the package using:
After generating the wrapper and only in ARM architectures with linux, defines a variable `MAVSDK_SERVER_ARCH`:
```
export MAVSDK_SERVER_ARCH=<ARM embedded architecture>
```
Supported architectures: `armv6l`, `armv7l` and `aarch64`. For example for Raspberry Pi it is `armv7`, or `aarch64` (if a 64 bit distribution is used).

Then you can install a development (editable) version of the package using:
```
python3 setup.py build
pip3 install -e .
Expand Down

0 comments on commit 1aeb571

Please sign in to comment.