ByteCrafter / Craftbyte-Mod-IDE

Craftbyte Mod IDE - An Minecraft Mod IDE for Minecraft Mod Developers -
http://bytecrafter.github.io/Craftbyte-Mod-IDE/
6 stars 2 forks source link

Finish compiler #1

Open ByteCrafter opened 8 years ago

ByteCrafter commented 8 years ago

The compiler is the hardest thing of the entire Project. This will probably take some months to fully finish it.

PizzaCrust commented 8 years ago

Just check if the user has java and then javac everything. You don't need to create a compiler.

ByteCrafter commented 8 years ago

That's what i will do. Only with Gradle (i think).

PizzaCrust commented 8 years ago

Great, since this is VB. I guess this will only be compatible with Windows. So, to build just download Gradle and put in workspace and run gradlew build.

ByteCrafter commented 8 years ago

Ok, i will do! Thx :)