1
Programming / Re: Getting C++ working with libtcod (now with BearLibTerminal)
« on: July 23, 2014, 01:43:24 PM »Ah, makes sense. I figured it was something like libtcod's -ltcod-mingw, but I didn't realize what it was doing.Quote from: KirbypoweredWhat would I be missing?You missed to mention the library: -lBearLibTerminal. The -I and -L switches are only telling where to look, not what to look for.Code: [Select]g++ bearlibtest.cpp -o bearlibtest -Iinclude -Llib
Yeah yeah, you're probably right. I tend to be unreasonably opposed to common sense with a lot of things. XP But to be fair, I've only done small, basic programs up to this point where the command line was enough to easily get things running. I'm slowly making the transition to IDE, but I still like knowing how to set things up manually.What would I be missing?
Common sense of not using IDE while it's easier than command line.
Anyhow, that should pretty much wrap up this thread. Never really did what I originally planned on, but BearLibTerminal seems good, especially since I actually got it working. =p Thanks a bunch for helping me people, especially Cfyz for putting up with my dumb questions the most.