Anil
Anil

Reputation: 21

Could I use Intel C++ Compiler without Installing Visual Studio [on Windows]

I need intel compiler for my work on My windows [Win7 Prof, 64bit]. I am planning to download the trial version for the same i.e. Intel® Parallel Studio XE. Could I install this without installing Visual Studio ? I wish to use this on command line only i.e. icl.exe through Cygwin.

Any help is appreciated.

Upvotes: 2

Views: 1603

Answers (1)

user820304
user820304

Reputation:

Yes you can.

Per the documentation, you have support for:

  • Command Line (What you're looking for)
  • Visual Studio
  • Eclipse
  • XCode

Upvotes: 1

Related Questions