Răsfoiți Sursa

add audio lib to install

Nicolas Marcq 8 ani în urmă
părinte
comite
7e720c148c
1 a modificat fișierele cu 5 adăugiri și 1 ștergeri
  1. 5 1
      Docs/dev_env_install.md

+ 5 - 1
Docs/dev_env_install.md

@@ -3,11 +3,15 @@
 This documentation deals with the manual installation of components for developement of JARVIS.
 
 ## System tools
+## Audio tools
+```
+sudo apt-get install libsmpeg0
+```
 
 ## Text to spreech engine
 Install pico2wave on Linux
 ```
-apt-get install libtts-pico-utils
+apt-get install libtts-pico-utils sudo apt-get install libsmpeg0
 ```