You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: manual.adoc
+16Lines changed: 16 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -205,6 +205,22 @@ $ pacman -S rust-analyzer
205
205
206
206
// IMPORTANT: master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
207
207
208
+
=== Gentoo Linux
209
+
210
+
`rust-analyzer` is available in the GURU repository:
211
+
212
+
- 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)
213
+
214
+
If not already, GURU must be enabled (e.g. using `app-eselect/eselect-repository`) and sync'd before running `emerge`:
215
+
216
+
[source,bash]
217
+
----
218
+
$ eselect repository enable guru && emaint sync -r guru
219
+
$ emerge rust-analyzer-bin
220
+
----
221
+
222
+
// IMPORTANT: master copy of this document lives in the https://github.com/rust-analyzer/rust-analyzer repository
223
+
208
224
== Emacs
209
225
210
226
Note this excellent https://robert.kra.hn/posts/2021-02-07_rust-with-emacs/[guide] from https://github.com/rksm[@rksm].
0 commit comments