2010年3月5日
摘要: Project的Properties: 1、修改Tool Chain Editor中的Current toolchain为:MinGW GCC Current builder为: Gnu Make Builder 2、GCC C++ Compiler中设置wxwidgets中的include目录 ... 阅读全文
posted @ 2010-03-05 23:41 saising 阅读(644) 评论(0) 推荐(0)
  2010年1月22日
摘要: g++ –c –g `wx-config --cppflags` `wx-config --libs` main.cpp 阅读全文
posted @ 2010-01-22 14:26 saising 阅读(300) 评论(0) 推荐(0)
  2010年1月21日
摘要: 编译: nmake makefile.vc BUILD=debug SHARE=0 MONOLITHIC=1 UNICODE=1 在VC 2008 Express中设置好目录,然后再项目属性中,Linker-〉Additional Dependencies中设置Input为: wxmsw28ud... 阅读全文
posted @ 2010-01-21 13:22 saising 阅读(392) 评论(0) 推荐(0)
摘要: cd /etc/ssh vi sshd_config 修改: PermitRootLogin yes AuthorizedKeysFile ~/.ssh/authorized_keys2 /etc/rc.d/sshd restart cd /usr/X11R6/NX/bin ./nxsetup ... 阅读全文
posted @ 2010-01-21 13:17 saising 阅读(302) 评论(0) 推荐(0)
  2008年12月25日
摘要: 开通日志~~希望我这个懒人能够坚持更新~~~ 阅读全文
posted @ 2008-12-25 22:59 saising 阅读(121) 评论(1) 推荐(0)