Author Topic: Debian stretch package  (Read 3114 times)

mjnman

  • Newbie
  • *
  • Posts: 7
    • View Profile
Debian stretch package
« on: August 22, 2017, 08:59:15 AM »
Hi,
in download section i can see only the debian jessie version of attract-mode  :-[ :-[. There are some dependencies with jessie version which i can't find on stretch.
Please, someone can upload the debian stretch version?
thank you  :o

mc2programmer

  • Jr. Member
  • **
  • Posts: 13
    • View Profile
Re: Debian stretch package
« Reply #1 on: September 06, 2017, 07:26:26 PM »
dev would have to maintain the .deb files, alternatively you could compile from source and create your own deb. Attract-Mode is small and takes a few minutes to compile. Being a Debian version you could try aptitude and probably just use APT

sudo add-apt-repository ppa:daveg/attract
sudo apt-get update
sudo apt-get install attract

- the sudo of course unless you set that up in debian

makrov

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Debian stretch package
« Reply #2 on: September 09, 2017, 01:12:07 AM »
i've compiled it for  debian 9 amd64
added to attachment

[attachment deleted by admin]

mjnman

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Debian stretch package
« Reply #3 on: September 14, 2017, 01:58:55 AM »
thank you  :-*