From 68a6667cdf03cccff4cfcd1f513d9ae3d9b1b2d0 Mon Sep 17 00:00:00 2001 From: Janis Streib <me@janis-streib.de> Date: Mo., 25 Apr. 2022 09:26:40 +0200 Subject: [PATCH] ADD: clrified build process platform --- README.md | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 85a4025..211c908 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,10 @@ To run G4 tools on a ARM Raspberry Pi anyways, you need to setup [QemuUserEmulation](https://wiki.debian.org/QemuUserEmulation). Please note that this may come with a performance penalty, as the software is executed through QEMU emulating an x86 platform. Because of consistent package versions among all architectures, we recommend to use [Ubuntu for Raspberry Pi](https://ubuntu.com/download/raspberry-pi). -1. `sudo apt install qemu binfmt-support qemu-user-static` -2. `sudo dpkg --add-architecture amd64` -3. `sudo apt update` -4. `sudo apt install libc6:amd64 libusb-1.0-0:amd64` -5. `sudo dpkg -i <your g4 debian packages, should include g4track>` +1. Build the packages on a x86 platform as described obove. +2. Upload the `.deb` packages to the Raspberry Pi. +3. `sudo apt install qemu binfmt-support qemu-user-static` +4. `sudo dpkg --add-architecture amd64` +5. `sudo apt update` +6. `sudo apt install libc6:amd64 libusb-1.0-0:amd64` +7. `sudo dpkg -i <your g4 debian packages, should include g4track>` -- Gitblit v1.9.1