Update readme for ForgeGradle

Let me know if there's anything else to add or change.
This commit is contained in:
luacs1998 2013-11-20 15:49:08 +08:00
parent e18a7569f8
commit 45e2d12d06
1 changed files with 9 additions and 21 deletions

View File

@ -1,30 +1,18 @@
*** HOW TO INSTALL *** *** HOW TO INSTALL ***
For Mod Users: For Mod Users:
Copy all files from this zip to your minecraft.jar, thats it. Download the latest installer from http://files.minecraftforge.net and follow instructions given by the installer.
Thats it, you're done, during first run FML will download all needed libraries for you.
For Mod Devs: For Mod Devs:
The install scripts should take care of everything for you, you do NOT need to Download the latest Forge source distribution from http://files.minecraftforge.net and unzip it to a folder.
have MCP installed before running install.cmd/sh as Forge will download it for you. Open a command prompt, navigate to the directory where you unzipped the Forge sources, and run:
If you have Gradle: gradle setupDevWorkspace
Just start the install.cmd/.sh, MCForge will install itself into the proper If you DO NOT have Gradle installed:
locations and copy all needed files, as well as modifying the needed baseclasses. Windows: gradlew.bat setupDevWorkspace
MacOS/Linux: gradlew setupDevWorkspace
Forge also includes a snapshot of the MCP mapings, this may not be the current
version of the mapings. But you must use the provided mapings in order for the
patch files to work together.
Requirements: Requirements:
You must ahve a JDK installed and accessible, there is a big in java 1.6_21 that You must have a JDK installed and accessible, there is a big in java 1.6_21 that
causes compile errors, just update your jdk to fix them. causes compile errors, just update your jdk to fix them.
Optionally, you can install Gradle from http://www.gradle.org/ .
For Mac users:
It should automatically set the execution bits on mcp/runtime/bin/astyle-osx,
if it does not, please do so manually: chmod +x mcp/runtime/bin/astyle-osx
For Linux users:
Astyle is required for the patches to apply properly, so either install wine, or astyle
Instalation instructions are distro specific, so I can not give them here.