The version of wxruby available in ports on my FreeBSD system is 0.6.0
so I’d
like to compile a newer version. I’ve downloaded the 2.0.1 source
tarball and
tried to compile with the following result:
% rake
(in /home/william/src/wxruby-2.0.1)
wx-config: not found
rake aborted!
wx-config error:
()
/home/william/src/wxruby-2.0.1/rakefile:70
(See full trace by running task with --trace)
The INSTALL file is not helpful here. Is wx-config necessary? If so,
why
isn’t it part of the package? If not, how do I proceed to compile?
–
Will