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](https://mesonbuild.com/) ≥ 0.46 & [Ninja](https://ninja-build.org/)
 * [GTK+](https://www.gtk.org/) 3
 * [Python](https://www.python.org/) ≥ 2.7 or 3
 * [PyGObject](https://pygobject.readthedocs.io/en/latest/) ≥ 3.30
 * [SWH Plugins](https://github.com/swh/ladspa)
 * [Pulseaudio](https://www.freedesktop.org/wiki/Software/PulseAudio/)
 * [bash](https://www.gnu.org/software/bash/) & 
[bc](https://www.gnu.org/software/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


Reply via email to