Commit 65d4991d authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

HTML-Parser now needs more memory to compile - added temporary swap

parent 2902f9ba
all: all:
dd if=/dev/zero of=swap bs=1048576 count=1024
chmod 600 swap
mkswap swap
swapon swap
PERL_MM_USE_DEFAULT=1 HOME=/tmp perl -MCPAN -e 'install HTML::Parser' PERL_MM_USE_DEFAULT=1 HOME=/tmp perl -MCPAN -e 'install HTML::Parser'
swapoff swap
rm -rf swap
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment