Procházet zdrojové kódy

LLVM is available from Debian buster with backports

Signed-off-by: Sean Young <sean@mess.org>
Sean Young před 5 roky
rodič
revize
8d602d2137
1 změnil soubory, kde provedl 9 přidání a 0 odebrání
  1. 9 0
      docs/installing.rst

+ 9 - 0
docs/installing.rst

@@ -124,6 +124,15 @@ You will need ubuntu 18.04 with backports or later. Just run:
 
 
 	sudo apt install curl llvm-8-dev clang-8 git zlib1g-dev cargo
 	sudo apt install curl llvm-8-dev clang-8 git zlib1g-dev cargo
 
 
+Installing LLVM on Debian
+_________________________
+
+You will need Debian Buster with `buster-backports` enabled, or testing.
+
+.. code-block:: bash
+
+	sudo apt-get install -y llvm-8-dev clang-8 libz-dev pkg-config libssl-dev git
+
 Installing LLVM on Fedora
 Installing LLVM on Fedora
 _________________________
 _________________________