Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: nitrogen_widget on September 09, 2014, 07:20:48 PM

Title: installing attract mode on linux question
Post by: nitrogen_widget on September 09, 2014, 07:20:48 PM
My distro lacked the depends to compile SFML in 64 bit.
I found some info online and decided to give something a try.

So I downloaded the 64bit linux SFML binaries off the site, copied the 3 folders in the archive to my /USR directory.
Ran the following commands as SU:

ldconfig
export "LD_LIBRARY_PATH=/path/to/lib_folder/"

and compiled after installing attract-mode depends.
it worked and attract starts up & appears to run just fine.
will I have issues down the road or do you think i'll be ok?



Title: Re: installing attract mode on linux question
Post by: raygun on September 11, 2014, 07:09:23 PM
Tough call, I've never tried using binaries that weren't compiled for the linux distro I am using.   There might be a tool you can use to check ABI compatability between what SFML expects and what your distro has.

 sorry I can't be much help on this one.
Title: Re: installing attract mode on linux question
Post by: nitrogen_widget on September 12, 2014, 09:38:56 AM
Then I guess i'll have to see if it breaks.  ;D