Update 2_developpement.md

This commit is contained in:
Edouard DUPIN 2016-03-17 14:25:24 +01:00
parent 527d1fd52d
commit 4dd2a8168f

View File

@ -10,7 +10,7 @@ pacman -S git mercurial
graphic tools graphic tools
------------- -------------
``` ```
pacman -S tk tig meld doxygen graphviz ctags pacman -S tk tig meld doxygen graphviz ctags xdot
``` ```
python python
@ -22,7 +22,7 @@ pacman -S python-pip python2-pip
Builder Builder
------- -------
``` ```
pacman -S clang gcc cmake pacman -S clang gcc cmake mingw-w64-gcc
pip install lutin --user pip install lutin --user
pip install pillow --user pip install pillow --user
``` ```