summary refs log tree commit diff stats
path: root/results/scraper/box64/2300
blob: 13790798492e0cb5202d65e2d9d647424c391ece (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Installation instructions need enhancement for non-systemd systems
Hi,

i try to compile and install the latest master branch of box64 on a non-systemd Linux (Void Linux, aarch64, glibc variant).

`make` & `make install` work fine, but i don't know how to update binfmt on such systems.

The [installation instructions](https://github.com/ptitSeb/box64/blob/main/docs/COMPILE.md) say to issue the `sudo systemctl restart systemd-binfmt` command, but of course this won't work on non-systemd systems.

Could you please update the installation instructions?