diff options
Diffstat (limited to 'results/scraper/box64/78')
| -rw-r--r-- | results/scraper/box64/78 | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/results/scraper/box64/78 b/results/scraper/box64/78 new file mode 100644 index 000000000..0b286c136 --- /dev/null +++ b/results/scraper/box64/78 @@ -0,0 +1,26 @@ +Microsoft Edge +I'm using armhf RPiOS, with the 64-bit kernel enabled. I've installed raspbian-nspawn-64 in it, and have compiled box64 successfully. + +To download and run Edge: +``` +wget https://packages.microsoft.com/repos/edge/pool/main/m/microsoft-edge-beta/microsoft-edge-beta_92.0.902.62-1_amd64.deb +ar x ~/microsoft-edge-beta_92.0.902.62-1_amd64.deb +sudo tar xvf ~/data.tar.xz -C / +rm -f ~/control.tar.gz ~/data.tar.xz ~/debian-binary ~/_gpgorigin ~/microsoft-edge-beta_92.0.902.62-1_amd64.deb +box64 microsoft-edge-beta +``` +Output: +``` +pi@debian-buster-64:~ $ BOX64_LOG=1 box64 /opt/microsoft/msedge-beta/msedge +Debug level is 1 +Box64 with Dynarec v0.1.3 16011f4 built on Jul 31 2021 13:36:54 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 32 Env var +Looking for /opt/microsoft/msedge-beta/msedge +Using native(wrapped) libdl.so.2 +Using native(wrapped) libpthread.so.0 +Error loading needed lib libgobject-2.0.so.0 +Error loading one of needed lib +Error: loading needed libs in elf /opt/microsoft/msedge-beta/msedge +``` \ No newline at end of file |