wx-config command not found in CentOS 6
Status: Beta
Brought to you by:
erdem_ua
CentOS 6 requires the following (run as root):
yum install wxWidgets-devel
yum install wxBase #for /usr/bin/wx-config-3.0
cd /usr/bin; ln -s wx-config-3.0 wx-config
In order to avoid the following make error:
...
make[1]: Leaving directory /home/rcpao/Downloads/wxHexEditor/mhash'wx-config --cxx-cwx-config --cxxflags` -Iudis86 -Imhash/include -MMD -fopenmp -fopenmp src/HexEditorGui.cpp -o src/HexEditorGui.o
/bin/sh: wx-config: command not found
/bin/sh: wx-config: command not found
/bin/sh: -c: command not found
make: *** [src/HexEditorGui.o] Error 127
[rcpao@test27 wxHexEditor]$ wx-config
bash: wx-config: command not found
Diff:
Nope, you just need to setup WXCONFIG parameter with hand.
Use this command for make the program: