Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files missing while downloading the zip file #11

Closed
user-ws opened this issue Apr 30, 2014 · 1 comment
Closed

Files missing while downloading the zip file #11

user-ws opened this issue Apr 30, 2014 · 1 comment

Comments

@user-ws
Copy link

user-ws commented Apr 30, 2014

Appreciate the effort in bringing the node.js in C++. I tried downloading the zip format. while cmake - I was stopped with this error

CMake Error at CMakeLists.txt:382 (add_subdirectory):
The source directory
/home/john/Web/NODE/C++ IMPL/libnode-master/deps/libj
does not contain a CMakeLists.txt file.

Noticed that directories .../deps/libj , ../deps/openssl ... are empty. I am not sure if only my download has this issue. Any suggestion would help. ( while navigating under those directories in browser the files are present)

Thanks
John Paul.

@plenluno
Copy link
Owner

plenluno commented May 3, 2014

Libraries under deps/ are git submodules. So they are not included in the zip. Please use git:
$ git clone --recursive https://github.com/plenluno/libnode.git

@plenluno plenluno closed this as completed May 3, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants