mirror of
https://github.com/brmlab/brmdoor.git
synced 2025-06-07 19:24:01 +02:00
12 lines
464 B
Text
12 lines
464 B
Text
# 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
|
|
|