Commit dbb4c587 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Initial commit

parents
all:
tar xf libuv-v1.29.1.tar.gz
cd libuv-v1.29.1 && sh autogen.sh
cd libuv-v1.29.1 && ./configure --prefix=/usr --disable-static
$(MAKE) -C libuv-v1.29.1
chown -Rv nobody libuv-v1.29.1
su nobody -s /bin/bash -c "PATH=$$PATH make -C libuv-v1.29.1 check"
$(MAKE) -C libuv-v1.29.1 install
rm -rf libuv-v1.29.1
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