I tried to install skippy-xd from git, following this steps
cd /tmp/
sudo eopkg it git giflib-devel libxt-devel libxft-devel libxrender-devel libxcomposite-devel libxdamage-devel libxfixes-devel libxext-devel libxinerama-devel libpng-devel libjpeg-turbo-devel
git clone https://github.com/richardgv/skippy-xd.git
cd skippy-xd
make
sudo make install
Unfortunately, when I launch the make command I've got this error:
make: pkg-config: File o directory non esistente
cc -DNDEBUG -O2 -D_FORTIFY_SOURCE=2 -std=c99 -Wall -DCFG_XINERAMA -DCFG_LIBPNG -DCFG_JPEG -DCFG_GIFLIB -DSKIPPYXD_VERSION="\"git-397216c-2015-02-24\"" -c src/skippy.c
/bin/sh: riga 1: cc: comando non trovato
make: *** [Makefile:62: skippy.o] Errore 127
Is there a way to solve or an alternative way to have exposè overiview in Budgie?
Thanks for help.