Bonjour,
voilà mon script:
A la fin du script, il faut lancer le cmake (dernière ligne, elle est fonction de la machine, nb de coeurs etc..) par sudo
Le script est dans un dossier lambda sous home/document, et je le lance avec la commande bash dans un terminal
voilà mon script:
Code :
### Building manually
#!/bin/sh
cd /home/michel
sudo rm -rf build /opt/darktable
git clone https://github.com/darktable-org/darktable.git
cd darktable
git checkout
git submodule init
git submodule update
./build.sh
Le script est dans un dossier lambda sous home/document, et je le lance avec la commande bash dans un terminal