浏览代码

add logo + missing libs

nico 8 年之前
父节点
当前提交
0854abdb14
共有 5 个文件被更改,包括 5 次插入1 次删除
  1. 1 1
      Docs/dev_env_install.md
  2. 2 0
      README.md
  3. 二进制
      images/Kalliope_logo_large.png
  4. 二进制
      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.
 

二进制
images/Kalliope_logo_large.png


二进制
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