I try to install CELayoutEditor 0.6.2 on Linux so I have to first install wxWidget. That 's what I did by installing the 2.8.10 version(./configure, make, make install).
But when I try to 'configure' CE CELayoutEditor I have this error:
checking for wx-config... /home/xxx/CEGUI6.2/wxWidgets-2.8.10
checking for wxWidgets version >= 2.8.0... no
configure: error:
wxWidgets must be installed on your system
but wx-config script couldn't be found.
Please check that wx-config is in path, the directory
where wxWidgets libraries are installed (returned by
wx-config - -libs' command) is in LD_LIBRARY_PATH or
equivalent variable and wxWidgets version is 2.8.0 or above.
I set LD_LIBRARY_PATH to the good directory (what wx-config --libs returned me) even if It might not have influence.
Can somebody help me?