Outils pour utilisateurs

Outils du site


emulation:vgm:lecteurs:open_cubic_player

Différences

Ci-dessous, les différences entre deux révisions de la page.

Lien vers cette vue comparative

Les deux révisions précédentesRévision précédente
Prochaine révision
Révision précédente
emulation:vgm:lecteurs:open_cubic_player [2022/12/29 08:27] jockeremulation:vgm:lecteurs:open_cubic_player [2022/12/29 08:32] (Version actuelle) jocker
Ligne 2: Ligne 2:
  
 ===== Description ===== ===== Description =====
 +Open Cubic Player est un visualiseur de musique pour différents formats de tracker musique tracker (modules amiga, S3M, IT), chiptunes et autres formats liés à la démo-scène.
  
 ===== Compilation et installation ===== ===== Compilation et installation =====
 La configuration du répertoire de unifont est à adapté à votre distribution, ici pour Debian Unstable. La configuration du répertoire de unifont est à adapté à votre distribution, ici pour Debian Unstable.
 <code> <code>
-apt install git unifont+apt install git unifont xa65 libcjson-dev
 git clone https://github.com/mywave82/opencubicplayer && cd opencubicplayer git clone https://github.com/mywave82/opencubicplayer && cd opencubicplayer
 git submodule update --init --recursive git submodule update --init --recursive
 ./configure --with-unifontdir-otf=/usr/share/fonts/opentype/unifont/ ./configure --with-unifontdir-otf=/usr/share/fonts/opentype/unifont/
 +make -j"$(nproc)" 
 +su -c "make install" -m "root"
 </code> </code>
  
 ===== Références ===== ===== Références =====
 +  * https://github.com/mywave82/opencubicplayer
 +  * https://stian.cubic.org/project-ocp.php
  
  
emulation/vgm/lecteurs/open_cubic_player.1672302468.txt.gz · Dernière modification : 2022/12/29 08:27 de jocker