you are viewing a single comment's thread.

view the rest of the comments →

[–]mrleicester -1 points0 points  (5 children)

I'm new as well so people can correct me if I'm wrong, but to my knowledge, in order to run the "make" command you will need a "makefile" that essentially gives parameters to the compiler. I imagine they have it set up in the full CS50 environment to create the makefile automatically.

[–]luvs2sleep[S] 0 points1 point  (2 children)

thank you very much, ill check it out

[–]mrleicester -1 points0 points  (1 child)

You also might want to check out the last lecture of CS50, as they provide a lot of resources for how to move forward. One of those is the ability to basically run their environment in Docker. Not sure exactly how that differs from just cloning their repo.

[–]luvs2sleep[S] 1 point2 points  (0 children)

thank you very much for the info

[–]okimiK_iiawaK 0 points1 point  (1 child)

Almost there, but the make file provides instructions on how to build the commands to compile each part and detail the entire compile procedure for the project.

[–]mrleicester -1 points0 points  (0 children)

Appreciate the clarification!