telegram_rb
telegram_rb copied to clipboard
Problem compiling in OSX
Hi!
I've installed libconfig from brew, and tried to specify the route to the include and library files of libconfig in environment variables, but anything works out.
I receive this error:
In file included from main.c:20:
./main.h:26:10: fatal error: 'libconfig.h' file not found
1 error generated.
What can I do? I'm trying to compile it with OSX Yosemite 10.10.1, with XCode, homebrew and RVM with Ruby 2.1.3...
Thanks in advance.
Maybe you should install libconfig at first.
brew install libconfig