Building Looking Glass on Manjaro

For some reason the packages required to build this are never found by pacman listed on the installation wiki.

Stumped looking through several threads on Manjaro and Arch forums.

Any Advice? linux kernel 5.4 (git)

Here is my build output, missing more than reported however.

-- GMP libs: /usr/lib/libgmp.so /usr/lib/libgmpxx.so
-- Checking for modules 'SDL2_ttf;fontconfig'
-- Package 'SDL2_ttf', required by 'virtual:world', not found
CMake Error at /usr/share/cmake-3.15/Modules/FindPkgConfig.cmake:458 (message):
A required package was not found
Call Stack (most recent call first):
/usr/share/cmake-3.15/Modules/FindPkgConfig.cmake:637 (_pkg_check_modules_internal)
fonts/SDL/CMakeLists.txt:5 (pkg_check_modules)


-- Configuring incomplete, errors occurred!
See also "/home/dale/LookingGlass/client/build/CMakeFiles/CMakeOutput.log".

do what the output says and install the missing packages I.E sdl2, sdl2_ttf, etc without the dev suffix. I was able to build the git master with only the following packages installed from a clean install

pacman -Syu base-devel binutils cmake fontconfig sdl2 sdl2_ttf spice-protocol libx11 nettle glu
1 Like