mercredi 19 juin 2013

Installing Eclipse Juno & CDT & Visual C++ Express 2010

1. Installing Eclipse Juno - Eclipse Classic 4.x (4.3)
Link: http://download.eclipse.org/eclipse/downloads/
In this package: the Eclipse Platform, Java Development Tools, and Plug-in Development Environment, including source and both user and programmer documentation.


2. Installing Eclipse IDE for C/C++ Developers
Link: http://www.eclipse.org/downloads/packages/eclipse-ide-cc-developers/junosr1
This package includes:
  • C/C++ Development Tools
  • Eclipse EGit
  • Mylyn Task List
  • Remote System Explorer


3. Installing Visual C++ 2010 Express 
Link: https://www.microsoft.com/visualstudio/fra#downloads

4. Launching
Remember to launch the vcvarsall.bat of Visual Studio before launching eclipse.exe
This allows Eclipse finding out the VC compiler & VC linker when the VC tool chain is used for the project.

For example, create a shortcut for eclise and prepend the call to vcvarsall.bat as following:
"C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86 & "C:\My Downloads\eclipse-SDK-4.3RC3-win32\eclipse\eclipse.exe"

Other References:
http://eclipsebook.in/appendix/installing-toolchains/
http://www.ibm.com/developerworks/library/os-ecl-vscdt/

Aucun commentaire:

Enregistrer un commentaire