Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: pghretroguy on January 08, 2017, 09:36:42 AM

Title: AM upgrades
Post by: pghretroguy on January 08, 2017, 09:36:42 AM
Can someone tell me the easiest & best  way to upgrade all the AM packages? Thanks!!!
Title: Re: AM upgrades
Post by: pghretroguy on January 08, 2017, 09:52:50 AM
Does this sound right:

cd
mkdir develop 
cd develop 
git clone --depth 1 https://github.com/mickelson/attract attract 
cd attract 
make USE_GLES=1 
sudo make install 
Title: Re: AM upgrades
Post by: akafox on January 08, 2017, 10:20:57 AM
if it's for the pi.. I'm not sure

if it's pc you can use the ppa to upgrade http://forum.attractmode.org/index.php?topic=817.msg6243#msg6243 (http://forum.attractmode.org/index.php?topic=817.msg6243#msg6243)

trying to compile it from source like that will take you some time on pi..just in case you didn't know.
Title: Re: AM upgrades
Post by: progets on January 08, 2017, 12:33:28 PM
On the Pi you have to compile. There is no binary available. Also, the commands listed above will only update Attract-Mode and not SFML or FFMPEG. Follow all the steps in the WIKI if you want to upgrade "everything".
Title: Re: AM upgrades
Post by: pghretroguy on January 08, 2017, 05:02:47 PM
Thanks!!!!