Linux / Mac / Windows (when bash finally arrives).
Open terminal and type:
git clone https://github.com/ExMCL/ExMCL.git && cd ExMCL && sh fullbuild.sh
To start ExMCL, run ExMCL/runmehere/ExMCL Launcher.jar
(These steps are designed for linux/mac. They following instructions will be similar on windows)
- cd to a workspace
git clone https://github.com/ExMCL/ExMCL.gitcd ExMCL- Make a folder called
/ExMCL/providedlibs - Download "Minecraft.jar" from here https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar
- Copy
Minecraft.jartoExMCL/providedlibs - Goto wherever you minecraft is stored
* Windows:
%appdata%\.minecraft* Mac:~/Library/Application Support/minecraft* Linux:~/.minecraft - Copy
launcher.jartoExMCL/providedlibs - Make a folder called
ExMCL/runmehere/
- Also add another copy of the "Minecraft.jar" from step 4. To
ExMCL/runmehereDownload here
- Git clone all these repos * https://github.com/n9Mtq4/LogWindow * https://github.com/n9Mtq4/KotlinExtLib * https://github.com/n9Mtq4/ReflectionHelper * https://github.com/n9Mtq4/FileDrop
- cd into and
./gradlew buildon all the repos - Copy all the builds (located in
reponame/build/libs/) and copy them intoExMCL/runmehere/libs - Run
./gradlew buildon the ExMCL project - To start ExMCL, run
ExMCL/runmehere/ExMCL Launcher.jar