mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 12:54:58 +00:00
Merge #9123
9123: manual.adoc: add Gentoo Linux installation method r=lnicola a=mjkalyan Added installation instructions for the binary ebuild of the "latest" `rust-analyzer` in Gentoo's GURU repository. Co-authored-by: mjkalyan <34904034+mjkalyan@users.noreply.github.com>
This commit is contained in:
commit
e8e14e1b13
1 changed files with 14 additions and 0 deletions
|
@ -187,6 +187,20 @@ Install it with pacman, for example:
|
||||||
$ pacman -S rust-analyzer
|
$ pacman -S rust-analyzer
|
||||||
----
|
----
|
||||||
|
|
||||||
|
==== Gentoo Linux
|
||||||
|
|
||||||
|
`rust-analyzer` is available in the GURU repository:
|
||||||
|
|
||||||
|
- https://gitweb.gentoo.org/repo/proj/guru.git/tree/dev-util/rust-analyzer-bin/rust-analyzer-bin-9999.ebuild[`dev-util/rust-analyzer-bin-9999`] (the https://github.com/rust-analyzer/rust-analyzer/releases/latest[latest release] as a live binary ebuild)
|
||||||
|
|
||||||
|
If not already, GURU must be enabled (e.g. using `app-eselect/eselect-repository`) and sync'd before running `emerge`:
|
||||||
|
|
||||||
|
[source,bash]
|
||||||
|
----
|
||||||
|
$ eselect repository enable guru && emaint sync -r guru
|
||||||
|
$ emerge rust-analyzer-bin
|
||||||
|
----
|
||||||
|
|
||||||
=== Emacs
|
=== Emacs
|
||||||
|
|
||||||
Note this excellent https://robert.kra.hn/posts/2021-02-07_rust-with-emacs/[guide] from https://github.com/rksm[@rksm].
|
Note this excellent https://robert.kra.hn/posts/2021-02-07_rust-with-emacs/[guide] from https://github.com/rksm[@rksm].
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue