building wx
Filed in: work, development, building Add comments
Below are the steps I sussed out in the waning days of 0.7alpha2 for building wx from scratch, assuming a fresh checkout.
I put in lines between directory changes.
This is likely overkill since you won’t always want release and debug versions of everything, but I find it handy to have around.cd chandler(Note: can
svn update
cd chandler
make install; make DEBUG=1 install
cd ../external
make compilers; make world; make DEBUG=1 world
make to-pythonln -s ../chandler/release .instead)
cd swig
make
cd ../../internal/wx
make build; make drop
June 2nd, 2006 at 5:36 pm it is a lot of overkill
June 3rd, 2006 at 1:56 am I assume you meant to add a “
cd chandler” after that “svn up“, right?