Re: How to compile from Source Codes and the Tools
Posted: Fri Jan 21, 2011 1:46 am
Yes, the following tools are sufficient, though Visual Studio alone should be enough. The reason for suggesting you learn a language, preferable C, is because most chess programs are either written in C or C++ (an extension of C). And also, by the time you write your first program, say 'Hello World,' you have to compile it -- in essence, two birds with one stone; you learn basic C and how to compile from source.Prima wrote:Kingliveson, Peter C, Jeremy Berstein, and BB+,
I appreciate all these inputs. Much as I admire programming in itself, I want to learn how to compile a Windows executive file (or chess engine) from any given source code using the Intel 30-day trial version or any free compiler that is equally compatible with Windows/Intel PC platform.
I have come across few forums where an individual asks how to compile from source codes and the replies given suggests that executive file compiles can be compiled from source codes using the 2 tools I mentioned in my original post;
1. Microsoft Visual Studio 2010 Professional trail web installer and
2. Intel 30-day free trial Compiler
Can these 2 tools accomplish my task of attempting to compile chess engines? If yes, do I just place the main source code within the Intel compiler and it will automatically compile a chess engine for me?
Also from the Intel Compile download page excerpt I pasted in my original post, what sub-components,for the Intel compiler, should I select to be included in the main Intel compiler before the final download? Would it be better if I selected all compiler sub-components? Thanks immensely for any feedback.
Kingliveson, I'll look into the CLI. Thank you all.