Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.
https://hacktoberfest.digitalocean.com
Other
496 stars 147 forks source link

Adding Multiarch setup library feature for hacktoberfest2020 #683

Open Apollo9999 opened 3 years ago

Apollo9999 commented 3 years ago

Multiarch lets you install library packages from multiple architectures on the same machine. This is useful in various ways, but the most common is installing both 64 and 32-bit software on the same machine and having dependencies correctly resolved automatically. In general you can have libraries of more than one architecture installed together and applications from one architecture or another installed as alternatives. Note that it does not enable multiple architecture versions of applications to be installed simultaneously.

MattIPv4 commented 3 years ago

@Apollo9999 Just for clarification -- are you requesting multiarch support in the documentation for how to run this app locally? I'm a bit confused where you want to see multiarch support added.

Apollo9999 commented 3 years ago

Multiarch Support in Documentation for how to run this app locally

MattIPv4 commented 3 years ago

The app is designed to run on Docker, which is how our team is working on it for this year. Assuming you can install and run Docker, you should be set to follow the docs and start the app locally.