Hello !
I can't install Glava audio visualizer on my thinkpad T400 with Mx Linux wildflower and xfce DE.
I followed this guide. Everything's fine till step 4 then I have no idea how to fix compiler/linker. Any suggestions? Any other way to install Glava? Many Thanks
1. Install dependencies
$ sudo apt-get install libgl1-mesa-dev libpulse0 libpulse-dev libxext6 libxext-dev libxrender
-dev libxcomposite-dev liblua5.3-dev liblua5.3 lua-lgi lua-filesystem libobs0 libobs-dev meson build-essential gcc
2. Link all libraries
$ sudo ldconfig
3. Start cloning & build
$ git clone https://github.com/jarcode-foss/glava
$ cd glava
$ meson build --prefix /usr
4. Fix the compiler/linker, refer this page
https://github.com/jarcode-foss/glava...
5. Continue installation
$ ninja -C build
$ sudo ninja -C build instal
I can't install Glava audio visualizer on my thinkpad T400 with Mx Linux wildflower and xfce DE.
I followed this guide. Everything's fine till step 4 then I have no idea how to fix compiler/linker. Any suggestions? Any other way to install Glava? Many Thanks
1. Install dependencies
$ sudo apt-get install libgl1-mesa-dev libpulse0 libpulse-dev libxext6 libxext-dev libxrender
-dev libxcomposite-dev liblua5.3-dev liblua5.3 lua-lgi lua-filesystem libobs0 libobs-dev meson build-essential gcc
2. Link all libraries
$ sudo ldconfig
3. Start cloning & build
$ git clone https://github.com/jarcode-foss/glava
$ cd glava
$ meson build --prefix /usr
4. Fix the compiler/linker, refer this page
https://github.com/jarcode-foss/glava...
5. Continue installation
$ ninja -C build
$ sudo ninja -C build instal