Build problems
Opened this issue · 5 comments
I've having some trouble getting this bad boy built. I'm also a bit new to the app development game so as detailed an explanation as you could give me would be very much appreciated. Big fan of the game, btw.
Thanks guys!
I'm having a very hard time building this, too. I don't know a ton of Java, and I'm having a hard time getting build.sh to not error when it's doing the compile. But, it's so awesome that you're making this available. Thanks so much!
It's not super-easy, let me see if I can get a simpler build script going for you guys...
Are you guys on Mac, Windows, Linux?
OK guys, I've added a simplified script that should build the demo game. If you are on Windows, you will need to install cygwin to enable Unix tools: https://www.cygwin.com
Make sure you have the Java SDK installed and it is in your PATH. To test this, run javac
in a terminal window and make sure it can find it.
Then, you should just be able to build with ./build-demo.sh
.
Finally, go in to the web
folder and open index.html
in Firefox. Don't use Chrome, as it has extra security provisions that make it not work without a web server.
This is so awesome! It works like a charm, now. Thanks again for everything that you're doing with this. It's so cool!!!
I use Linux and Windows. I got it to work on Linux.