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

Release does not include files needed for building. #22

Closed
rkeene opened this issue Aug 18, 2015 · 3 comments
Closed

Release does not include files needed for building. #22

rkeene opened this issue Aug 18, 2015 · 3 comments

Comments

@rkeene
Copy link

rkeene commented Aug 18, 2015

Running "make" against the provided makefile immediately fails with:

make: *** No rule to make target `libapps/hterm/js/*.js', needed by `bindata/hterm.js'.  Stop.

libapps/ is an empty directory.

@KLuka
Copy link

KLuka commented Aug 18, 2015

Maybe you didn't correctly clone the repo. Recursive mode has to be used, so that submodules are downloaded too. Try this command:

git clone --recursive https://github.com/yudai/gotty.git

Edit: Sorry I didn't notice that you were talking about releases. But I am not sure that this is even possible to do on Github...

@yudai yudai added the kind/bug label Aug 19, 2015
@shinji62
Copy link

you need to init/ update submodule

@yudai yudai added this to the v0.1.0 milestone Aug 20, 2015
@yudai yudai self-assigned this Aug 20, 2015
@yudai
Copy link
Owner

yudai commented Aug 20, 2015

Added a note in README. Thank you for the comments!

@yudai yudai closed this as completed Aug 20, 2015
ghthor pushed a commit to ghthor/gotty that referenced this issue Feb 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants