# Gavin Andresen
# 2010-06-08 15:33:24
# https://bitcointalk.org/index.php?topic=170.msg1410#msg1410

It took me a while to figure out where to get the wx_gtk2ud-2.9 library needed to compile bitcoind, so I thought I'd share for anybody else who's not a wxWidgets expert: @p{par}


Code:
If you want to build bitcoind, the no-gui bitcoin daemon, you need the wxWidgets 'base' library. @p{brk}
After untarring the wxWidgets source: @p{par}

cd /usr/local/wxWidgets-2.9.0 @p{brk}
mkdir buildbase @p{brk}
cd buildbase @p{brk}
../configure @p{--}disable-gui @p{--}enable-debug @p{--}disable-shared @p{--}enable-monolithic @p{brk}
make @p{brk}
sudo su @p{brk}
make install @p{brk}
ldconfig @p{brk}

@p{(so} @p{brk}
I'd humbly suggest adding the above to the build-unix.txt file...  Satoshi, is there a preferred way to submit patches? @p{brk}
@p{so)} @p{brk}
27 Aug 2010:  This is no longer necessary@p{--} bitcoind doesn't require wxwidgets at all any more.