Skip to content

Commit

Permalink
Merge branch 'master' of github.com:brmlab/brmdoor
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzaq committed Jun 18, 2013
2 parents 35c0198 + 03fdff5 commit 13f85d2
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.raspberry
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 13f85d2

Please sign in to comment.