------- Original Message -------
On Sunday, April 16th, 2023 at 10:11 AM, Rich Shepard 
<rshep...@appl-ecosys.com> wrote:


> To build LAD's improved fork of pulseaudio-equalizer I built the two
> dependencies not present on my system: ladswa and fftw. Now I have all
> needed dependencies:
> ## Dependencies
> 
> * Meson ≥ 0.46 & Ninja
> * GTK+ 3
> * Python ≥ 2.7 or 3
> * PyGObject ≥ 3.30
> * SWH Plugins
> * Pulseaudio
> * bash & bc
> 
> and when I try to implement the build sequence:
> ## Build & Install
> 
> ```sh
> meson build
> cd build
> ninja
> (sudo) ninja install
> 
> I'm stuck at the first command:
> $ mason.build
> -bash: mason.build: command not found
> [rshepard@salmo pulseaudio-equalizer]$ ./meson.build
> -bash: ./meson.build: Permission denied
> 
> The mason.build perms are:
> -rw-r--r-- 1 rshepard users 738 Apr 16 09:45 meson.build
> 
> What have I done incorrectly?
> 
> TIA,
> 
> Rich

Run the command provided in their README.

$ meson build

-Ben

Reply via email to