Explorar el Código

Merge pull request #421 from kalliope-project/doc_review

remove pulse audio + add installation script on the main readme
Nicolas Marcq hace 7 años
padre
commit
0e040be316

+ 0 - 10
Docs/installation/raspbian.md

@@ -40,16 +40,6 @@ wget https://bootstrap.pypa.io/get-pip.py
 sudo python get-pip.py
 ```
 
-On a Raspberry Pi, pulseaudio is not installed by default:
-```bash
-sudo apt-get install pulseaudio pulseaudio-utils
-```
-
-Start the pulseaudio server:
-```bash
-pulseaudio -D
-```
-
 ## Raspberry Pi configuration
 
 This section deals with the special configuration needed to get kalliope working on a RPi.

+ 7 - 1
README.md

@@ -34,7 +34,13 @@ If you want an idea of what you can do with Kalliope, click on the image below
 
 ## Installation
 
-- [Kalliope installation documentation](Docs/installation.md) (Ubuntu/Debian/Raspbian)
+Just run the following bash command to install Kalliope on a freshly installed Raspberry Pi:
+```
+bash -c "$(curl -sL https://raw.githubusercontent.com/kalliope-project/kalliope/master/install/rpi_install_kalliope.sh)"
+```
+
+Or use:
+- [Kalliope manuall installation documentation](Docs/installation.md) (Ubuntu/Debian/Raspbian)
 - [Pre-compiled disk image for Raspberry](Docs/installation/raspbian.md)
 
 ## Quick start

+ 1 - 1
install/rpi_install_kalliope.sh

@@ -27,7 +27,7 @@ echo "Installing system packages..."
 sudo apt-get update
 sudo apt-get install -y git 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 libyaml-dev libpython2.7-dev pulseaudio pulseaudio-utils libav-tools
+libssl-dev libffi-dev sox libatlas3-base mplayer libyaml-dev libpython2.7-dev libav-tools
 
 # this is used to help the RPI
 sudo apt-get install -y libportaudio0 libportaudio2 libportaudiocpp0 portaudio19-dev

+ 0 - 2
install/rpi_kalliope_install.yml

@@ -56,8 +56,6 @@
         - mplayer
         - libyaml-dev
         - libpython2.7-dev
-        - pulseaudio
-        - pulseaudio-utils
         - libav-tools
         - libportaudio0
         - libportaudio2