install pkg-config
Is it possible to have pkg-config installed? I need it to build an extension by cmake.
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 09 Dec, 2014 07:20 PM
Are there any instructions on how to install that?
2 Posted by V. Kuznetsov on 09 Dec, 2014 07:35 PM
According to http://stackoverflow.com/a/22363820 you need to download it + 2 dependent packages, extract them and move selected files (see link) into C:\MinGW\bin
3 Posted by V. Kuznetsov on 09 Dec, 2014 08:16 PM
I tried http://stackoverflow.com/a/26453379
It didn't help.
Support Staff 4 Posted by Feodor Fitsner on 09 Dec, 2014 08:21 PM
That's worrying me :)
5 Posted by V. Kuznetsov on 10 Dec, 2014 01:09 PM
Still doesn't work.
Feodor, do you know any workaround to install 'rugged' ruby gem?
gem install rugged
fails6 Posted by V. Kuznetsov on 10 Dec, 2014 01:12 PM
pkg-config is required to build Rugged
error backtrace:
Support Staff 7 Posted by Feodor Fitsner on 10 Dec, 2014 06:29 PM
I've seen here and here that GTK is required.
GTK is available on
unstable
build worker image. You can choose it on UI or if you useappveyor.yml
:8 Posted by V. Kuznetsov on 11 Dec, 2014 06:54 PM
Same error
9 Posted by Jim on 31 Mar, 2017 08:45 AM
I know this thread is terribly old, but it's one of the first Google results for "appveyor pkg-config", so hopefully people from the future will find this and be helped: the snippet in comment 5 does produce a working
pkg-config
. I use a very similar script:Ilya Finkelshteyn closed this discussion on 25 Aug, 2018 02:16 AM.