Merge branch 'master' of github.com:brmlab/brmdoor

This commit is contained in:
Pavel Ruzicka 2013-06-18 03:21:08 +02:00
commit 13f85d24ae

12
README.raspberry Normal file
View file

@ -0,0 +1,12 @@
# install Debian dependecies
aptitude install git libpoe-perl libtest-xml-simple-perl libdevice-serialport-perl libpoe-component-server-http-perl libpoe-component-irc-perl liblogger-syslog-perl arduino
# WolframAlpha perl module not packaged
cpan> install WWW::WolframAlpha
# having 'Out of memory' error during WWW::WolframAlpha
# install can be solved like this:
dd bs=1M count=256 if=/dev/zero of=./swapfile
mkswap ./swapfile
swapon ./swapfile