Hi,
On 26/04/2012 19:01, Brian Jones wrote:
Is that prefix argument something I'd need to add when I run Configure
before building wxWidgets?
You'll need to read the wxWidgets docs to confirm if you can do
make install --prefix=/blah/blah
or maybe you do need ./Configure --prefix to begin with.
The much simpler way to do what you want is to let Alien::wxWidgets do
it for you.
build Alien::wxWidgets from the source tar with
perl Build.PL
.. answer the various questions that you want to download and build
wxWidgets version 2.9.3.
then the usual
perl Build
perl Build test
perl Build install
then build Wx
Mark