pents90 / eburp

The Eight-Bit Universal Role Playing Engine -- the technical masterpiece behind the hit RPG "Gurk III"!
120 stars 25 forks source link

Build problems #5

Open jake-in-the-box opened 10 years ago

jake-in-the-box commented 10 years ago

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!

swampthings commented 10 years ago

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!

pents90 commented 10 years ago

It's not super-easy, let me see if I can get a simpler build script going for you guys...

pents90 commented 10 years ago

Are you guys on Mac, Windows, Linux?

pents90 commented 10 years ago

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.

swampthings commented 10 years ago

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.