Jelajahi Sumber

Merge pull request #48 from kalliope-project/dev

add logo + missing libs
Monf 8 tahun lalu
induk
melakukan
035c44be8d
5 mengubah file dengan 5 tambahan dan 1 penghapusan
  1. 1 1
      Docs/dev_env_install.md
  2. 2 0
      README.md
  3. TEMPAT SAMPAH
      images/Kalliope_logo_large.png
  4. TEMPAT SAMPAH
      images/Kalliope_logo_square.png
  5. 2 0
      install/install.yml

+ 1 - 1
Docs/dev_env_install.md

@@ -15,7 +15,7 @@ To make Kalliope work, you will have to install a certain number of libraries
 
 On Ubuntu distribution :
 ```
-sudo apt-get install python-pip python-dev libsmpeg0 libttspico-utils libsmpeg0 flac dialog libffi-dev portaudio19-dev build-essential libssl-dev libffi-dev sox libatlas3-base mplayer
+sudo apt-get install python-pip python-dev libsmpeg0 libttspico-utils libsmpeg0 flac dialog libffi-dev libffi-dev libssl-dev portaudio19-dev build-essential libssl-dev libffi-dev sox libatlas3-base mplayer
 ```
 
 ### Test your env

+ 2 - 0
README.md

@@ -1,5 +1,7 @@
 # Kalliope
 
+![logo](images/Kalliope_logo_large.png)
+
 Kalliope is a modular always-on voice controlled personal assistant designed for home automation.
 Kalliope is based on audio input recognition, so it recognize an order pronounced by the user and then execute actions attached to the order.
 

TEMPAT SAMPAH
images/Kalliope_logo_large.png


TEMPAT SAMPAH
images/Kalliope_logo_square.png


+ 2 - 0
install/install.yml

@@ -34,6 +34,8 @@
         - flac
         - dialog
         - libffi-dev
+        - libffi-dev
+        - libssl-dev
         - portaudio19-dev
         - build-essential
         - libssl-dev