moonfire-nvr/docker
Scott Lamb 6ed23e90e8
improve docker cross-compilation
* support cross-compiling an x86-64 target on an arm64 host. This
  it turns out is a matter of *removing* an unnecessary dependency.
  (aarch64-linux-gnu-pkg-config exists but x86_64-linux-gnu-pkg-config
  doesn't. Turns out neither is necessary.) Added a comment explaining
  where ${gcc_target}-pkg-config comes from now.
* documentation tweaks
* improve debug output a bit
2023-01-11 19:35:37 -08:00
..
Dockerfile improve docker cross-compilation 2023-01-11 19:35:37 -08:00
build-server.bash improve docker cross-compilation 2023-01-11 19:35:37 -08:00
build-ui.bash improve docker cross-compilation 2023-01-11 19:35:37 -08:00
deploy.bash improve docker cross-compilation 2023-01-11 19:35:37 -08:00
dev-common.bash improve docker cross-compilation 2023-01-11 19:35:37 -08:00
dev.bash improve docker cross-compilation 2023-01-11 19:35:37 -08:00