-
Notifications
You must be signed in to change notification settings - Fork 444
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
NOOB I want to give this a try, But I dont seem to understand the instructions #77
Comments
We can't help you if you don't tell us your problem. What don't you understand? |
so I did the first command the next command is $ make The following static libraries under lib/ must be built before the main project can be built:
so im guessing im supposed to make the files: glad.o, libcglm.a, libglfw3.a, libnoise.a, because they aren't there. I got All of the above have their own Makefile under their respective subdirectory and can be built with $ make libs. If libraries are not found, ensure that submodules have been cloned. are the "makefiles under their respective subdirectory" the same as the "static libraries under lib/ that must be built"? is he talking about the same thing? |
Some of the libraries not exist at ./lib. You should clone cglm and glad from github to ./lib location. Build libraries: It might give a duplicated definition error due to library versions not same. Remove one defined at ./src if that happens |
$ make libs
$ make should be enough |
Yes, but note that you might need to install |
Im not well educated in coding but I know a little. Unfortunately not well enough to achieve opening the game. I would just like some help please
The text was updated successfully, but these errors were encountered: