-
1Step 1
install Raspbian on prepared Raspberry Pi
-
2Step 2
set it up on your network, forward your ports if you want to use outside of the network
-
3Step 3
install your thermal printer via mostly these instructions
sudo apt-get install git git clone https://github.com/adafruit/Python-Thermal-Printer cd Python-Thermal-Printer python printertest.py
-
4Step 4
pip install bottle
Pick web server software (My friend chose Bottle, a module for python for me) -
5Step 5
Install ffmpeg https://www.bitpi.co/2015/08/19/how-to-compile-ffmpeg-on-a-raspberry-pi/ ditch libfaac-dev. this is gonna take a very, very, very long time. id suggest reading the instructions carefully
-
6Step 6
Install Pianobar https://techblog.willshouse.com/2015/03/26/build-pianobar-from-source-on-raspberry-pi-raspbian/ techblog appears to have made it easy
-
7Step 7
I lost some steps regarding dependencies, if you read the errors you will figure out the dependencies easy enough to track down with some googling.
-
8Step 8
Setup for Jasper install
sudo apt-get install python-pocketsphinx svn co https://svn.code.sf.net/p/cmusphinx/code/trunk/cmuclmtk/ cd cmuclmtk/ sudo ./autogen.sh && sudo make && sudo make install cd wget http://distfiles.macports.org/openfst/openfst-1.3.4.tar.gz tar xf openfst-1.3.4.tar.gz
cd ~/openfst-1.3.4/ sudo ./configure --enable-compact-fsts --enable-const-fsts --enable-far --enable-lookahead-fsts --enable-pdt sudo make install -
9Step 9
-
10Step 10
Pull out all of your hair trying to satisfy all the dependencies.
Discussions
Become a Hackaday.io Member
Create an account to leave a comment. Already have an account? Log In.