Table des matières
GCstar : gestion de collections
Pré-requis
Installation
- Dernière version de Tian (développement arrêté en mai 2017)
- Installez GCstar (double-clic sur le fichier pour lancer Gdebi)
- Installez les dépendances (les noms sont de la forme lib<xx>-yy-perl pour la dépendance XX::YY) :
USER@MACHINE:~$ sudo apt install {libgd,libgd-graph-perl,libnet-freedb-perl}
Autre méthode proposée par Kerenoc (plus loin) :
USER@MACHINE:~$ sudo apt install {perl,libgtk2-perl} USER@MACHINE:~$ cpan install XML::Simple USER@MACHINE:~$ cpan install DateTime::Format::Strptime USER@MACHINE:~$ cpan install JSON
, etc.
Reprise du développement par Kerenoc : voir https://gitlab.com/GCstar/GCstar et pour son installation : https://gitlab.com/GCstar/GCstar/-/blob/main/README.mdUSER@MACHINE:~$ sudo apt install {libgd-graph-perl}