Skip to content

Commit 6164de9

Browse files
committed
Add libuv upgrade instructions to src/etc/gyp-uv
1 parent 5f066e0 commit 6164de9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/etc/gyp-uv

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
#!/bin/sh
22

3+
# This script generates rust compatible makefiles from libuv. When upgrading
4+
# libuv, do:
5+
#
6+
# cd $LIBUV_DIR
7+
# git archive --prefix libuv/ $REVISION > libuv.tar.gz
8+
# cd $RUST_DIR/src/rt
9+
# rm -r libuv
10+
# tar -xvf $LIBUV_DIR/libuv.tar.gz
11+
# mkdir -p libuv/build
12+
# svn co http://gyp.googlecode.com/svn build/gyp
13+
# cd ../..
14+
# ./etc/src/gyp_uv
15+
316
set -e
417

518
cd `dirname $0`

0 commit comments

Comments
 (0)