Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting started #18

Open
alex-smith-ai opened this issue Apr 30, 2020 · 2 comments
Open

Getting started #18

alex-smith-ai opened this issue Apr 30, 2020 · 2 comments

Comments

@alex-smith-ai
Copy link

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
Copy link

ComputeShader commented Jun 13, 2020

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
Copy link

Kamyar2 commented Jun 22, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants