Skip to content
This repository has been archived by the owner on Mar 29, 2022. It is now read-only.

Adding Multiarch setup library feature for hacktoberfest2020 #683

Open
Apollo9999 opened this issue Oct 13, 2020 · 3 comments
Open

Adding Multiarch setup library feature for hacktoberfest2020 #683

Apollo9999 opened this issue Oct 13, 2020 · 3 comments
Labels
feature-request Unaccepted user submitted new feature suggestion

Comments

@Apollo9999
Copy link

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.

@Apollo9999 Apollo9999 added the feature-request Unaccepted user submitted new feature suggestion label Oct 13, 2020
@MattIPv4
Copy link
Member

@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
Copy link
Author

Multiarch Support in Documentation for how to run this app locally

@MattIPv4
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
feature-request Unaccepted user submitted new feature suggestion
Projects
None yet
Development

No branches or pull requests

2 participants