bjornbytes / lovr-docs

Documentation for LÖVR
44 stars 34 forks source link

Updating Ubuntu packages and expanding Docker sections #146

Closed Udinanon closed 2 months ago

Udinanon commented 2 months ago

I expanded the packages suggested for ubuntu/debian to reflect the ones i needed in Docker. Some might already be installed like the python3-minimal, but that should just ensure that the user machine is not missing any components I also expanded the Docker build sections to include infos on Installing Docker and a bit more background on how it works.

bjornbytes commented 2 months ago

If we have 2 identical Docker sections, there is a risk that they'll get out of sync. We should probably have a top-level Docker section (a --- header alongside Android, Linux, etc.) that describes which host platforms it supports and which target platforms it can build for.

Udinanon commented 2 months ago

The larger section might be a better design, I'm actually looking into if https://github.com/dockur/windows can be used to also build for windows with less work than other QEMU solutions

bjornbytes commented 2 months ago

Sweet, ty!