Author Topic: Trying to build attract mode on raspian jessie lite. But having issues running  (Read 3032 times)

sparkie16

  • Newbie
  • *
  • Posts: 7
    • View Profile
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.


progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1274
    • View Profile
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.