From 8ffb3d9599c8ea036d0dac1d6a02bbc4fd66701d Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Thu, 23 Mar 2023 11:15:54 +0100 Subject: [PATCH] README.adoc: special version of "universal-ctags" no longer required Because required changes are now included in the official packages (at least in Ubuntu 22.04) Signed-off-by: Michael Opdenacker --- README.adoc | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/README.adoc b/README.adoc index 7253a8f..866e1f4 100644 --- a/README.adoc +++ b/README.adoc @@ -89,33 +89,6 @@ and connect it to the apache installation as detailed in https://github.com/Grah To know which packages to install, you can also read the Docker files in the `docker/` directory to know what packages Elixir needs in your favorite distribution. -== Special dependencies - -=== Kconfig identifiers support - -The service on https://elixir.bootlin.com relies on a modified version of https://ctags.io/[Universal-ctags], -to enable indexing of Kconfig identifiers. - -The changes have been sent upstream and should appear in future distributions. - -In the meantime, you can either rebuild this package from its source on - https://github.com/universal-ctags/ctags[GitHub], or download this -https://bootlin.com/pub/elixir/universal-ctags_0+git20200526-0ubuntu1_amd64.deb[deb binary package] -or https://bootlin.com/pub/elixir/universal-ctags-0+git~20e934e3-1.6.x86_64.rpm[rpm binary package] -and install it as follows: - ----- -sudo dpkg -i universal-ctags_0+git20200526-0ubuntu1_amd64.deb -or -sudo rpm -iv universal-ctags-0+git~20e934e3-1.6.x86_64.rpm ----- - -Then tell `apt` to hold this package and block future updates of the normal package: - ----- -sudo apt-mark hold universal-ctags ----- - == Download Elixir Project ----