Commit d82fc392 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 libetonyek-0.1.9.tar.xz
cd libetonyek-0.1.9 && ./configure --prefix=/usr
$(MAKE) -C libetonyek-0.1.9
$(MAKE) -C libetonyek-0.1.9 check
$(MAKE) -C libetonyek-0.1.9 install
rm -rf libetonyek-0.1.9
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