Author Topic: Helping  (Read 9243 times)

rz950

  • Guest
Helping
« on: February 20, 2005, 02:14:52 am »
Wow, this editor is partically new and beats dev-cpp by almost everything.
I love all the features it has and would like to help you out since as I see
you are the only developer and should use some help in creating this beautiful ide. 8)
Now the idea of plugins was nice and the best feature that this editor has the automatic
compiler check not to mention more then one project at a time is also a wonderful feature that no other editor has.

Also you should add somewhere what version of wxwidgets you use (2.5.3 doesn't seem ike it... to many errors)

rz950

  • Guest
Helping
« Reply #1 on: February 20, 2005, 02:44:44 am »
Building wxwidgets on windows short how-to

1. Download wxwindows 2.4.2 setup
2. Install it anywhere(I put it in the C:\)
3. open msys and cd to it( cd C:\ for me)
4. type in autogen.sh then ./configure and then make (it should work without problems, since
it works for me)