-
Notifications
You must be signed in to change notification settings - Fork 7
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
How to build for latest kha? #1
Comments
It seems Kha wasn't added properly. I'm not good to deal with problems in submodules, so I will show a different way. now in Empty you can call node Kha/make html5 to build a project for html5. |
Thanks! That totally worked... I had to do one more git step in there, which was So my steps were:
and then it worked. It built the build/html5/index.html file, which I tried to just view in Chrome, but it wouldn't work, but it did work when I served it from a webserver, which can be easily done by running the following from a command line, from the
then opening |
That's because you cloned the project, using the download button in the front page the files would come without the git references (I should had explained better). |
ahh... cool... thanks so much.... that's definitely tons nicer! |
Made an update for latest Kha here: https://github.com/RblSb/khaguide |
Hey... Thanks for the guide - super cool idea.... do you still use Kha?
I checked this out, and tried to git clone it recursively, and it didn't have a kha submodule, so it tried to use haxelib kha, which I have installed, and it fails with this:
I then tried to add the submodule, but that failed:
$ git submodule add https://github.com/KTXSoftware/Kha 'Empty/Kha' already exists in the index
How can I build this project using the latest Kha? Thanks!
The text was updated successfully, but these errors were encountered: