Attract-Mode Support Forum
Attract-Mode Support => General => Topic started 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!!!
-
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
-
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.
-
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".
-
Thanks!!!!