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

Author Topic: Dependencies  (Read 14041 times)

0 Members and 1 Guest are viewing this topic.

Kernelpanic

  • Jr. Member
  • **
  • Posts: 50
    • View Profile
    • http://eisenholz.bplaced.net
Dependencies
« on: July 09, 2008, 03:35:08 pm »
Hi!
When I want to compile sfml - maybe wnith depeems on another pc - I have some problems with dependencies.
I cant find a complete list of dependencies and there is no configure.

Could you change that, Laurent, compiling and using of sfml would be much easier! ;)

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Dependencies
« Reply #1 on: July 09, 2008, 03:49:23 pm »
Here are the libraries linked by SFML under Linux :

System : pthread
Window : X11 Xrandr GL
Graphics : freetype
Audio : sndfile openal

Sorry I don't have the exact package names.
Laurent Gomila - SFML developer

Haze

  • Full Member
  • ***
  • Posts: 201
    • View Profile
    • Github Profile
Dependencies
« Reply #2 on: July 09, 2008, 04:49:37 pm »
When i compiled SFML on my Ubuntu system, i installed the following libraries :
Code: [Select]
libopenal-dev
libxrandr-dev
libsndfile1-dev

The packages list should be the same on any distribution using APT.

 

anything