Add AUR package reference and instructions #1637
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds the following section to the README, describing the AUR package, copied to be rendered here:
==========================================================
Arch User Repository
A package for Stainless is available on the Arch User Repository (AUR) for ArchLinux as
stainless-git
, which follows the latest commit on themain
branch. You can use your favorite AUR helper (we've triedyay
, see AUR Helpers), or follow the detailed instructions as on the ArchWiki to install the package.For quick reference, with
yay
(or other AUR helpers accordingly):and manually:
git clone https://aur.archlinux.org/stainless-git.git cd stainless-git makepkg -si
The option
-s
acquires dependencies (java
,git
,sbt
) usingpacman
,-i
installs Stainless system-wide. Omit-i
to avoid installing system-wide, and only perform a local build in the directory.The solver packages
z3
,cvc4
, andcvc5
AUR can be added as optional dependencies, and having at least one is recommended for general use.Issues with the package build should ideally be reported on the AUR package page itself.
==========================================================