hyytaojunming 发表于 2015-12-28 09:27:53

用Eclipse搭建 C/C++, Python, Perl, Tex等平台

  C/C++: Eclipse+CDT+MinGW

  1、安装JDK,下载http://java.sun.com/javase/downloads/index.jsp。
  2、获得Eclipse,下载 http://www.eclipse.org/downloads/,3.4版本都是免安装的,解压缩后即可用。
  3、在Eclipse中的software update中选择CDT下载安装。
  5、安装MingGW,目前版本为3.4.5,其中不含gdb.exe,需要的话要从别处拷过来(mingw studio)。

  6、重命名mingw32-make.exe为make.exe。

  
  perl:
  EPIC:添加更新站点:http://e-p-i-c.sf.net/updates。
  
  Python:
  PyDev:添加更新站点 http://pydev.sf.net/updates/

  
  TeX:

  TeXlipse:http://texlipse.sourceforge.net/
  添加更新站点:http://texlipse.sourceforge.net。
  

  

  

  
  
  
页: [1]
查看完整版本: 用Eclipse搭建 C/C++, Python, Perl, Tex等平台