arpruss / raspberryjammod

Raspberry Jam Mod - a Mod Forge Minecraft mod implementing most of Raspberry Juice/Pi API
http://www.instructables.com/id/Python-coding-for-Minecraft/
Other
355 stars 95 forks source link

build.sh fails on Linux #11

Closed neuhaus closed 8 years ago

neuhaus commented 8 years ago

There are no build instructions for RaspberryJamMod.jar.

So I ran build.sh On Linux, build.sh starts 19/fast.sh which in turn tries to run the gradlew.bat for windows (which fails).

Btw, what's up with these numerical directory names? I can't tell what sub-projects they contain.

arpruss commented 8 years ago

Yeah, it's a mess. But it works for me. :-) I'll try to add more information on building and directory structure.

arpruss commented 8 years ago

You can now try: sh build.sh noinstall noinstaller and see if that works for you.

neuhaus commented 8 years ago

Looks good, thanks.