Attract-Mode Support Forum

Attract-Mode Support => General => Topic started by: sparkie16 on December 18, 2016, 07:39:30 AM

Title: Trying to build attract mode on raspian jessie lite. But having issues running
Post by: sparkie16 on December 18, 2016, 07:39:30 AM
I'm trying to build attract mode on raspian jessie lite and am having troube.  I have installed jessie light. I am using wiki instructions and have created a build environment then installed sfml-pi and attract mode dependencies but cannot download and build sfml-pi.
I type cd ~/develop then " git clone --depth 1 https://github.com/mickelson/sfml-pi sfml-pi " with out speech marks but it cannot run command.
Is there anything i need to do to a new install of raspian before i start this procedure or does anyone know why this command is having issues..
Hope someone can help as ive tried various ways to update attract.

Title: Re: Trying to build attract mode on raspian jessie lite. But having issues running
Post by: progets on December 18, 2016, 09:19:06 PM
Run these command before you install anything.
Code: [Select]
sudo apt-get update
sudo apt-get upgrade

If you still have issues provide the exact command you are using and the error/fault that you receive when the command doesn't work.