Closed chapmanjacobd closed 6 years ago
Mh sounds like pkg-config can't find your rofi. You've got to make sure that pkg-config is pointed to the rofi.pc in case it's not in standard paths.
ohhh okay. finally figured it out
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
then it worked. thanks
Can't wait to use this!
I'm having a tiny bit of trouble compiling this. I'm using 1.5.1-13-git-1cd76989 version of rofi which I compiled from the rofi git on my fedora 28 machine. Rofi works great and it is installed into /usr/local/bin/rofi
I tried to run configure from the build sub-directory
Where do I put the rofi source code? right now it's in the directory above this one... This is my first time doing something like this