You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/INSTALL.md
+41-9Lines changed: 41 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -248,9 +248,12 @@ Build with:
248
248
To cross-compile for Raspberry Pi
249
249
--------------------
250
250
251
-
Obtain the [official Raspberry Pi toolchains](https://github.com/raspberrypi/tools). This document assumes compilation will occur towards the Raspberry Pi 3 (arm-linux-gnueabihf as of Mar. 2018). In addition, obtain and install cross-compiled versions of sqlite 3 and gmp.
251
+
Obtain the [official Raspberry Pi toolchains](https://github.com/raspberrypi/tools).
252
+
This document assumes compilation will occur towards the Raspberry Pi 3
253
+
(arm-linux-gnueabihf as of Mar. 2018).
252
254
253
-
Depending on your toolchain location and target arch, source env variables will need to be set. They can be set from the command line as such:
255
+
Depending on your toolchain location and target arch, source env variables
256
+
will need to be set. They can be set from the command line as such:
# Change next line depending on specific Raspberry Pi device
@@ -262,16 +265,45 @@ Depending on your toolchain location and target arch, source env variables will
262
265
export LD=$target_host-ld
263
266
export STRIP=$target_host-strip
264
267
265
-
Install the `qemu-user` package. This will allow you to properly configure the build for the target device environment. Then, build with the following commands. (A 64-bit build system is assumed here.)
268
+
Install the `qemu-user` package. This will allow you to properly configure the
0 commit comments