-
Notifications
You must be signed in to change notification settings - Fork 178
docs: add install instructions for arch #433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Yosys will always be at the latest version since we follow the upstream closely. Arch is a rolling distribution so there are no installations with repo access to an older yosys. As a packager I'd like to advise to install nmigen via the system package manager, this is the only proper way to install it system-wide. Does it make sense to do it here? |
Great!
Depends. Would Arch provide the latest release or the latest master? |
Latest release, arch packages stable software. |
Sure. Then you can add the Arch-specific instructions to the |
Note that, in the future (as in, when I figure out the least footgun-y path towards it) the primary mode of using nMigen would be through per-project virtualenvs. Once that happens, these installation instructions would be primarily targeted at developers who a are just trying it out and don't want to bother with relatively heavyweight project management yet. |
Codecov Report
@@ Coverage Diff @@
## master #433 +/- ##
=======================================
Coverage 81.71% 81.71%
=======================================
Files 40 40
Lines 6099 6099
Branches 1242 1242
=======================================
Hits 4984 4984
Misses 935 935
Partials 180 180 Continue to review full report at Codecov.
|
Signed-off-by: Filipe Laíns <lains@archlinux.org>
Thanks! |
Signed-off-by: Filipe Laíns lains@archlinux.org