Bitcoin Forum

Other => Beginners & Help => Topic started by: gdbaldw on June 25, 2011, 03:12:44 AM



Title: Makefile path for wx on Debian
Post by: gdbaldw on June 25, 2011, 03:12:44 AM
Reference forum link...
http://forum.bitcoin.org/index.php?topic=298.msg2366#msg2366
(I'm a newbie, so can't actually append to that post)

That post helpfully instructs how to compile Wx; I'm doing that now, successfully.
Next, I'll need to edit in the makefile...

WXINCLUDEPATHS=$(shell wx-config --cxxflags)
WXLIBS=$(shell wx-config --libs)

While I'm waiting for wx compile, thought I'd ask if anyone knows what these paths will need to be?

I have ~/projects/bitcoin/bitcoin/src, and ~/projects/wx.

Thanks in advance.

Doug