[wxPython-users] Build 2.8.6.1 on Gentoo linux
Rob McMullen
rob.mcmullen at gmail.com
Sun Nov 4 12:58:38 PST 2007
On 11/4/07, Peter Abraham <abraham_peter at fastmail.fm> wrote:
> I tried again install wxPython 2.8.6.1 on Gentoo linux. I found that
> gtkscintilla2-0.1.0 is necessary for building so I installed it with
> emerge.
I use gentoo but found that I can't rely on any of the gentoo packages
like gtkscintilla because they are usually out of date compared to
what the current wxPython needs. I pretty much just follow Robin's
instructions by downloading the source archive
wxPython-src-2.8.6.1.tar.bz2, untarring it, and then using the
attached .configure and .make scripts. So, I do this:
cd wxPython-2.8.6.1
mkdir bld
# copy .configure and .make into bld; edit --prefix to suit your install
cd bld
. .configure
. .make
. .make install
cd ../wxPython
python setup.py build
python setup.py install
HTH,
Rob
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .configure
Type: application/octet-stream
Size: 399 bytes
Desc: not available
Url : http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/20071=
104/44582a57/configure.obj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .make
Type: application/octet-stream
Size: 94 bytes
Desc: not available
Url : http://lists.wxwidgets.org/pipermail/wxpython-users/attachments/20071=
104/44582a57/make.obj
More information about the wxpython-users
mailing list