Procházet zdrojové kódy

Update requirments for new meson build

Luciano Dato před 7 roky
rodič
revize
c8594f365f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -4,7 +4,7 @@ A speech denoise lv2 plugin based on Xiph's RNNoise library
 
 You will require git gnu-make gnu-autoconf gnu-m4 gnu-libtool to be installed on your system in order to compile the static instance of RNNoise library
 
-For the plugin itself you'll need LV2 SDK, gnu-make, a c-compiler, git and pkg-config
+To compile and install this plug-in you will need the LV2 SDK, Meson build system (use pip3 to install it), ninja compiler and git
 
 Installation (Use whatever --prefix folder your OS needs) for example in MacOS:
 ```bash