So, I've been working on programming a small game using allegro5. I'm currently in college, so my professor gave us some kind of "base project" on Visual Studio that already had allegro in it. The problem is, that when I run the program from Visual Studio, everything works fine! But if I run it from the created .exe it doesn't, because it can't find the allegro5 libraries.
So, how can I fix this? How do I properly install allegro5 so I can run it directly from the .exe?