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 source management
----------------- -----------------
```
pacman -S git mercurial pacman -S git mercurial
```
graphic tools graphic tools
------------- -------------
```
pacman -S tk tig meld doxygen graphviz ctags pacman -S tk tig meld doxygen graphviz ctags
```
python python
------ ------
```
pacman -S python-pip python2-pip pacman -S python-pip python2-pip
```
Builder Builder
------- -------
```
pacman -S clang gcc cmake pacman -S clang gcc cmake
pip install lutin --user pip install lutin --user
pip install pillow --user pip install pillow --user
```