Remove no longer used LLVM support code.

This commit is contained in:
Kai Blaschke
2024-01-30 19:05:43 +01:00
parent 1513675c31
commit 170f054860
10 changed files with 4 additions and 125 deletions

View File

@ -20,7 +20,6 @@ Optional packages for additional features:
```bash
sudo apt install qtbase5-dev # For building Qt-based UIs
sudo apt install llvm-dev # for using the experimental LLVM Jit
sudo apt install libvisual-0.4-dev # To build the libvisual plug-in
sudo apt install libjack-jackd2-dev # To build the JACK visualizer application
sudo apt install ninja # To build projectM with Ninja instead of make