SimpleHydrology
SimpleHydrology copied to clipboard
build troubles
Hi there!
Sorry to bother you, I'm assuming this is more on me, since it's a short list of build instructions and I'm very experienced with C things.
I'm assuming with glm you meant https://github.com/g-truc/glm and I did successfully build your tinyengine. But when I try to run the make all for this project, I get this error:
g++-10 -std=c++20 -ggdb3 SimpleHydrology.cpp -Wfatal-errors -O2 -I/home/max/.local/include -L/home/max/.local/lib -lTinyEngine -lX11 -lpthread -lSDL2 -lSDL2_image -lSDL2_mixer -lSDL2_ttf -lGL -lGLEW -lboost_system -lboost_filesystem -o hydrology
make: g++-10: No such file or directory
make: *** [Makefile:8: all] Error 127
If it's a short make list, maybe it's an easy fix for me?
Cool project! Thanks for open sourcing!
If I can't make it work, I will figure out something else, but this is certainly a great inspiration.