uv.gyp not found
dayuoba opened this issue · 1 comments
dayuoba commented
['-f', 'make', '/home/tom/Public/learnuv/learnuv.gyp', '--depth=.', '-Goutput_dir=/home/tom/Public/learnuv/out', '--generator-output', '/home/tom/Public/learnuv/out', '-Dgcc_version=48', '-Dclang=0', '-Dhost_arch=i686', '-Dtarget_arch=i686', '-Duv_library=static_library', '-Dcomponent=static_library', '-Droot=/home/tom/Public/learnuv', '-Dmagic_file=/home/tom/Public/learnuv/magic/file.txt', '-Dhome=/home/tom', '-Dlearnuv_config=/home/tom/.config/learnuv']
gyp: /home/tom/Public/learnuv/deps/libuv/uv.gyp not found (cwd: /home/tom/Public/learnuv) while loading dependencies of /home/tom/Public/learnuv/learnuv.gyp while trying to load /home/tom/Public/learnuv/learnuv.gyp
Error running GYP
where can i get deps/ ?
dayuoba commented
ok,i find that in commit, i should clone libuv from https://github.com/libuv/libuv into deps/
mkdir deps;cd deps;
git clone https://github.com/libuv/libuv