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

Author Topic: Building SFML project with statically connected libraries on linux?  (Read 2415 times)

0 Members and 1 Guest are viewing this topic.

paupav

  • Full Member
  • ***
  • Posts: 156
    • View Profile
    • Email
is it possible? I'm kinda new to SFML.
« Last Edit: March 31, 2014, 12:04:43 am by paupav »

eXpl0it3r

  • SFML Team
  • Hero Member
  • *****
  • Posts: 10823
    • View Profile
    • development blog
    • Email
AW: Building SFML project with statically connected libraries on linux?
« Reply #1 on: March 31, 2014, 08:03:53 am »
Yes, it's possible. However it mostly isn't recommended on Linux, pluse you'd have to build all the dependencies statically on youd own.
Official FAQ: https://www.sfml-dev.org/faq.php
Official Discord Server: https://discord.gg/nr4X7Fh
——————————————————————
Dev Blog: https://duerrenberger.dev/blog/

paupav

  • Full Member
  • ***
  • Posts: 156
    • View Profile
    • Email
Re: Building SFML project with statically connected libraries on linux?
« Reply #2 on: March 31, 2014, 05:32:29 pm »
So I have to create .deb file with sfml as dependency?

Jesper Juhl

  • Hero Member
  • *****
  • Posts: 1405
    • View Profile
    • Email
Re: Building SFML project with statically connected libraries on linux?
« Reply #3 on: March 31, 2014, 05:39:47 pm »
Take a look at this thread: http://en.sfml-dev.org/forums/index.php?topic=14587.0
I mention a few different ways to deal with your issue there.

 

anything