NishiyaKN

Results 4 comments of NishiyaKN

I found [this](https://askubuntu.com/questions/210210/pkg-config-path-environment-variable) talking about PKG_CONFIG_PATH environment variable. `echo $PKG_CONFIG_PATH` would give me no output. Tried to `export PKG_CONFIG_PATH=/usr/lib/pkgconfig:/usr/local/lib/pkgconfig` before `make` and now I have a different error: ``` mkdir...

Everything but iproute2 and wireless_tools are installed, as both of these aren't available on Fedora. Instead of iproute2 I have iproute and iproute-devel though.

Aside from gtk3, none of these exists on Fedora, maybe they have other names, but searching here doesn't give me any package with similar name.[These]( https://pastebin.pl/view/c59fc739) are all the packages...

Running `sudo find / -iname "*gtk+-3.0*"` tells me that the file exists on this directory `/usr/lib/pkgconfig/gtk+-3.0.pc`