I am sorry, it is french,
it is the recipe for install ASP64 on a Debian AMD64 Testing "Jessie" , post on http://forum.aftershotpro.org/
installer l'architecture i386 :
Code: Select all
#dpkg --add-architecture i386
#apt-get update
adapter le /etc/apt/sources.list :
Code: Select all
deb [arch=amd64,i386] http://security.debian.org/ jessie/updates main contrib
deb [arch=amd64,i386] http://ftp.debian.org/debian/ jessie-updates main contrib
deb [arch=amd64,i386] http://ftp.fr.debian.org/debian/ jessie main non-free contrib
deb [arch=amd64,i386] http://ftp.fr.debian.org/debian/ jessie-proposed-updates main contrib non-free
deb [arch=amd64,i386] http://www.deb-multimedia.org jessie main non-free
installer toutes les librairies i386 utiles :
Code: Select all
#apt-get install libc6:i386
là affichage erreur car il manque tout !
faire alors :
Code: Select all
#apt-get -f install
et tout est installé !
pour AfterShotPro_amd64.deb il faut enlever le ia32-libs dans les dépendances :
- dépaqueter (avec le gestionnaire d'archive) AfterShotPro_amd64.deb dans un répertoire AfterShotPro_amd64_sans_ia32-libs
- editer le fichier DEBIAN/control de ce répertoire
- supprimer ia32-libs de la ligne :
[Depends: libc6, libxcursor1, libxext6, libxau6, libxdmcp6, libxrender1, libxrandr2, libfreetype6, libfontconfig1, libexpat1, libz1, libpng12-0, libsm6, libice6, libxi6, libglib2.0-0, libgcc1, zlib1g, libgl1-mesa-glx, libglu1-mesa,ia32-libs]
- reconstruire le paquet deb :
Code: Select all
#dpkg-deb --build AfterShotPro_amd64_version_sans_ia32-libs/
vous obtenez un beau fichier AfterShotPro_amd64_version_sans_ia32-libs.deb
- installation d'AfterShotPro :
Code: Select all
#dpkg --install ~/AfterShotPro_amd64_version_sans_ia32-libs.deb
