Linux 平台依赖于 wxwidgets
下载安装 /tmp/wxGTK-2.8.12
更改文件
./src/gtk/bdiag.xbm
./src/gtk/cross.xbm
./src/gtk/horiz.xbm
./src/gtk/cdiag.xbm
./src/gtk/fdiag.xbm
./src/gtk/verti.xbm
nvim ./src/gtk/fdiag.xbm
:%s/0x/(char)0x/g
编译参数
./configure --with-gtk --enable-gtk2 --enable-unicode ----disable-rpath --prefix=/opt/wx
./configure --with-gtk --enable-gtk2 --enable-unicode
下载pgadmin3
编译参数
--disable-rpath --enable-static --with-wx=/opt/wx --with-pgsql=/opt/pgsql/pg96/
export LD_RUN_PATH='$ORIGIN/../lib'
make -j 8
make install
来源:oschina
链接:https://my.oschina.net/u/1016427/blog/773038