# Etape 0
# -------
# Installer les dépendances nécessaire à CamBam
sudo apt-get install mono-runtime libmono-system-windows-forms4.0-cil libmono-system-web4.0-cil libmono-system-design4.0-cil libmono-system-numerics4.0-cil -y
# On travaille dans le répertoire HOME de l'utilisateur courant pour être sur faites "pwd" et regarde que ca afficher "/home/Votre_Utilisateur"
# Si ce n'est pas le cas taper la commande suivante dans le Terminal
cd ~
# Re controler que ca soit bon avec la commande
pwd
# Etape 1
# -------
# System de fichier Cambam toutes version de Linux
# Charger l'archive (à contrôler dans le future si rien ne change)
wget
http://www.cambam.co.uk/downloads/dw/CamBam0.9.8P-mono.system.tgz
# Extraction dans le dossier "/home" "./config/CamBam plus 0.9.8" de l'utilisateur courant
tar xzfv CamBam0.9.8P-mono.system.tgz -C ~/.config/
# Etape 2 (choisir 32 ou 64 bits)
# -------
# Linux 32 bits
# Charger l'archive (à contrôler dans le future si rien ne change)
wget
http://www.cambam.co.uk/downloads/dw/CamBam0.9.8P-mono-beta2.tgz
# Extraction dans le dossier "/home/Votre_Utlisateur/CamBam0.9.8" de l'utilisateur courant
tar xzfv CamBam0.9.8P-mono-beta2.tgz
# !!! OU !!!
# Linux 64 bits
# Charger l'archive (à contrôler dans le future si rien ne change)
wget
http://www.cambam.co.uk/downloads/dw/CamBam0.9.8P-mono-beta2-64bit.tgz
# Extraction dans le dossier "/home/Votre_Utlisateur/CamBam0.9.8" de l'utilisateur courant
tar xzfv CamBam0.9.8P-mono-beta2-64bit.tgz
# Exécuter CamBam
# Créer un racoussis pour lancer CB (en une ligne)
echo mono ~/CamBam0.9.8/CamBam.exe > cambam.sh && chmod +x cambam.sh