Author Topic: Setting Up SDL_ttf  (Read 10483 times)

Offline TimothyS

  • Single posting newcomer
  • *
  • Posts: 8
Setting Up SDL_ttf
« on: September 11, 2009, 08:29:56 pm »
I'm having some trouble setting up SDL_ttf.  I was trying to follow the tutorial here, but when I downloaded it neither the source or the binary had a file named "libSDL_ttf.a" or similar.  What am I missing?

Thanks.
Languages:  C++ (Newbie)
OS:  Windows XP Pro, SP3, 32bit
Compiler:  MinGw gcc v3.4.5
IDE:  Code::Blocks

Offline Khillasaurus

  • Single posting newcomer
  • *
  • Posts: 3
Re: Setting Up SDL_ttf
« Reply #1 on: April 11, 2011, 09:06:15 am »
Hey I'm not sure if this will work considering I am only just starting to learn this stuff as well, but check out this guy's tutorials:
http://www.lazyfoo.net/SDL_tutorials/index.php

He explain's in lesson 07 at the very beginning that you need to set up your IDE with SDL_ttf so he posts 2 things:
A place to download it: http://www.libsdl.org/projects/SDL_ttf/
And how to set-up extension libraries: http://www.lazyfoo.net/SDL_tutorials/lesson03/index.php

I hope this helps!  :D