Commit 084fa53b authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
dd if=/dev/zero of=swap bs=1048576 count=1024
chmod 600 swap
mkswap swap
swapon swap
tar xf libvisio-0.1.6.tar.xz
cd libvisio-0.1.6 && ./configure --prefix=/usr
$(MAKE) -C libvisio-0.1.6
$(MAKE) -C libvisio-0.1.6 check
$(MAKE) -C libvisio-0.1.6 install
rm -rf libvisio-0.1.6
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