Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: pkg-config support  (Read 3462 times)

0 Members and 1 Guest are viewing this topic.

JordyD

  • Newbie
  • *
  • Posts: 10
    • View Profile
pkg-config support
« on: August 03, 2009, 05:05:44 am »
It would make it much easier to use SFML. It would mean I don't have to manually edit configure.ac, too.

What do you say?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
pkg-config support
« Reply #1 on: August 03, 2009, 07:51:37 am »
Easier in which way? What configure.ac are you talking about?
Laurent Gomila - SFML developer

JordyD

  • Newbie
  • *
  • Posts: 10
    • View Profile
pkg-config support
« Reply #2 on: August 03, 2009, 05:22:48 pm »
Quote from: "Laurent"
Easier in which way? What configure.ac are you talking about?


Anjuta (an IDE) uses autotools and makefiles to build projects. In order to build a project it has to know what it depends on. Libraries that use pkg-config are easy to add through project properties. Anything that doesn't use pkg-config needs to be added manually by editing the configure.ac file, which is a part of autoconf.

Anyways, I've resolved the problem by using a different IDE, since I'm too lazy to learn how to edit configure.ac files. But it would still be nice to have.

 

anything