Author Topic: AM upgrades  (Read 3644 times)

pghretroguy

  • Full Member
  • ***
  • Posts: 27
    • View Profile
AM upgrades
« on: January 08, 2017, 09:36:42 AM »
Can someone tell me the easiest & best  way to upgrade all the AM packages? Thanks!!!

pghretroguy

  • Full Member
  • ***
  • Posts: 27
    • View Profile
Re: AM upgrades
« Reply #1 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 

akafox

  • Hero Member
  • *****
  • Posts: 985
    • View Profile
Re: AM upgrades
« Reply #2 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

trying to compile it from source like that will take you some time on pi..just in case you didn't know.
People want life easy..then complain about it

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: AM upgrades
« Reply #3 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".

pghretroguy

  • Full Member
  • ***
  • Posts: 27
    • View Profile
Re: AM upgrades
« Reply #4 on: January 08, 2017, 05:02:47 PM »
Thanks!!!!