mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-07 19:24:01 +02:00
README.raspberry added
This commit is contained in:
parent
e274b8c105
commit
03fdff5ecc
1 changed files with 12 additions and 0 deletions
12
README.raspberry
Normal file
12
README.raspberry
Normal 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue