Cygwin 1.5.25
TCL 8.4.1 cygwin 1.5.25 自带
wxwidgets 2.8.10stable 最新稳定版
ecos cvs (configtool没有变化)
1.先编译wxwidgets
mkdir wxbuild
cd wxbuild/
/cygdrive/d/wxWidgets-2.8.10/configure \
--disable-shared --disable-sockets --prefix=/usr/local/wx
make
make install
Notice:
注意编译gizmos,configtool需要
cd wxbuild/contrib/src/gizmos
make
make install
2.编译ecos infra
mkdir infra-build
cd infra-build/
/cygdrive/d/software/ecos/ecos_cvs/host/configure --prefix=/usr/local/ecos/ecos3/tools
make
make install
3.编译configtool
mkdir configtool-build
make -f /cygdrive/d/software/ecos/ecos_cvs/host/tools/configtool/standalone/wxwin/makefile.gnu \
install WXDIR=/usr/local/wx \
ECOSSRCDIR=/cygdrive/d/software/ecos/ecos_cvs/host \
INSTALLDIR=/usr/local/ecos/ecos3/tools
阅读(1133) | 评论(1) | 转发(0) |