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.git
cd ExMCL
- Make a folder called
/ExMCL/providedlibs
- Download "Minecraft.jar" from here https://s3.amazonaws.com/Minecraft.Download/launcher/Minecraft.jar
- Copy
Minecraft.jar
toExMCL/providedlibs
- Goto wherever you minecraft is stored
* Windows:
%appdata%\.minecraft
* Mac:~/Library/Application Support/minecraft
* Linux:~/.minecraft
- Copy
launcher.jar
toExMCL/providedlibs
- Make a folder called
ExMCL/runmehere/
- Also add another copy of the "Minecraft.jar" from step 4. To
ExMCL/runmehere
Download 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 build
on all the repos - Copy all the builds (located in
reponame/build/libs/
) and copy them intoExMCL/runmehere/libs
- Run
./gradlew build
on the ExMCL project - To start ExMCL, run
ExMCL/runmehere/ExMCL Launcher.jar