Update 2_developpement.md

This commit is contained in:
Edouard DUPIN 2016-03-05 14:31:55 +01:00
parent d4cc22074c
commit 5de7f91a9a

View File

@ -3,26 +3,27 @@ Developpement
source management
-----------------
```
pacman -S git mercurial
```
graphic tools
-------------
```
pacman -S tk tig meld doxygen graphviz ctags
```
python
------
```
pacman -S python-pip python2-pip
```
Builder
-------
```
pacman -S clang gcc cmake
pip install lutin --user
pip install pillow --user
```