PascalPons / connect4

Connect 4 Solver
GNU Affero General Public License v3.0
278 stars 51 forks source link

Getting started #18

Open alex-smith-ai opened 4 years ago

alex-smith-ai commented 4 years ago

Hello, this is my first introduction to C++, so apologies in advance for asking obvious questions. I'm confused on putting it all together. Makefiles, terminal commands, etc.

I'm not looking for all the answers, though that would be nice too. Any good resources or primers on what to do after I've downloaded all the code from Git?

ComputeShader commented 4 years ago

you need to download gnu make and the gcc-compiler. then type make c4solver for building the solver make generator for building the generator make clean to clean everything

Kamyar2 commented 3 years ago

I've already download and install both gnu make and the gcc-compiler, yet can't/dont know how to make/compile a exe application! Can you explain / reference to same issue with tutorial ! Appreciation for reply.