From: Anders F B. <af...@us...> - 2011-02-24 13:16:19
|
Mahadi Hasan wrote: > I've downloaded wxStEdit, but when tried to download wxSTC wxWidgets > file showed up, is it ok? Yes, wxSTC is bundled with wxWidgets but not installed by default. So you'll need to go to "contrib/src/stc", and `make install` it. > I already have wxWidgets installed. When I tried to build wxStEdit > using make command it showed error messages. > What to do? You'll need to install wxSTC first, before building wxStEdit. Also: cp include/wx/stedit/setup0.h include/wx/stedit/setup.h > Could you please show me the way to installing wxLua from A to Z step by step? You've read http://wxlua.sourceforge.net/docs/install.html, yes ? Did the 0compile fail for you ? It was supposed to be Automatic... Install Zero Install: http://0install.net/install-source.html 0alias 0compile http://0install.net/2006/interfaces/0compile.xml 0compile autocompile --gui http://afb.users.sourceforge.net/zero-install/interfaces/wxlua.xml 0launch --gui http://afb.users.sourceforge.net/zero-install/interfaces/wxlua.xml 0desktop http://afb.users.sourceforge.net/zero-install/interfaces/wxlua.xml Or do the same thing in the GUI: [>] > Compile > Automatic, Run. --anders |