A voir également:
- Paint.net linux
- Paint.net - Télécharger - Dessin & Illustration
- Linux reader - Télécharger - Stockage
- Toutou linux - Télécharger - Systèmes d'exploitation
- R-linux - Télécharger - Sauvegarde
- Backtrack linux - Télécharger - Sécurité
3 réponses
Installer Mono :
sudo apt-get install mono-devel monodevelop mono-tools-gui mono-tools-devel subversion
Télécharger les sources de Paint.net Mono :
svn co http://paint-mono.googlecode.com/svn/trunk/src paint-mono
Puis on compile tout ce petit monde :
cd paint-mono
./configure
make
sudo make install
Et on démarre la bête avec la commande :
paintdotnet
source : https://korben.info/installer-paint-net-sous-linux.html
sudo apt-get install mono-devel monodevelop mono-tools-gui mono-tools-devel subversion
Télécharger les sources de Paint.net Mono :
svn co http://paint-mono.googlecode.com/svn/trunk/src paint-mono
Puis on compile tout ce petit monde :
cd paint-mono
./configure
make
sudo make install
Et on démarre la bête avec la commande :
paintdotnet
source : https://korben.info/installer-paint-net-sous-linux.html