Skip to content

Commit 36b4373

Browse files
authored
Add cross-compilation toolchain to docs (#2172)
1 parent 5d39ef5 commit 36b4373

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/source/docs/contributing/building-photon.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ This section contains the build instructions from the source code available at [
1818

1919
[pnpm](https://pnpm.io/) is the package manager used to download dependencies for the UI. To install pnpm, follow [the instructions on the official pnpm website](https://pnpm.io/installation).
2020

21+
**Cross-Compilation Toolchains (Optional):**
22+
23+
If you plan to deploy PhotonVision to a coprocessor like a Raspberry Pi, you will need to install the appropriate cross-compilation toolchain for your platform. For `linuxarm64` devices, this can be accomplished by running `./gradlew installArm64Toolchain` in the root folder of the project.
24+
2125
## Compiling Instructions
2226

2327
### Getting the Source Code

0 commit comments

Comments
 (0)