What linker command to I need to link freetype?

Recommended Answers

All 2 Replies

Depends what you mean.

  • If you're trying to compile a program which uses Freetype, you'll have need to link with -lfreetype option on gcc/g++.
  • Are you trying to compile Freetype itself? Then please post the error messages you recieved.

Thanks! I meant trying to compile a program with freetype. Probably should of figured that out!;)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.