commit
b234d242f6
1 changed files with 18 additions and 8 deletions
26
README.md
26
README.md
|
@ -17,19 +17,13 @@ less time coding and more time doing stuff that makes them less grumpy.
|
||||||
1. Create a base directory for the build
|
1. Create a base directory for the build
|
||||||
1. Clone the Buildcraft repository into `basedir/BuildCraft/`
|
1. Clone the Buildcraft repository into `basedir/BuildCraft/`
|
||||||
* Optional: Copy BuildCraft localization repository into `basedir/BuildCraft-Localization`
|
* Optional: Copy BuildCraft localization repository into `basedir/BuildCraft-Localization`
|
||||||
1. Copy the minecraft bin dir and minecraft_server.jar into `basedir/jars/`
|
|
||||||
1. Navigate to basedir/Buildcraft in a shell and run `ant` (this will take 2-5 minutes)
|
1. Navigate to basedir/Buildcraft in a shell and run `ant` (this will take 2-5 minutes)
|
||||||
1. The compiled and obfuscated jar will be in basedir/build/dist
|
1. The compiled and obfuscated jar will be in basedir/bin
|
||||||
|
|
||||||
Your directory structure should look like this:
|
Your directory structure should look like this before running ant:
|
||||||
***
|
***
|
||||||
|
|
||||||
basedir
|
basedir
|
||||||
\- jars
|
|
||||||
|- minecraft_server.jar
|
|
||||||
\- bin
|
|
||||||
|- minecraft.jar
|
|
||||||
|- ...
|
|
||||||
\- BuildCraft
|
\- BuildCraft
|
||||||
|- buildcraft_resources
|
|- buildcraft_resources
|
||||||
|- common
|
|- common
|
||||||
|
@ -39,6 +33,22 @@ Your directory structure should look like this:
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
|
And like this after running ant:
|
||||||
|
***
|
||||||
|
|
||||||
|
basedir
|
||||||
|
\- BuildCraft
|
||||||
|
|- bin
|
||||||
|
|- build
|
||||||
|
|- buildcraft_resources
|
||||||
|
|- common
|
||||||
|
|- download
|
||||||
|
|- ...
|
||||||
|
\- BuildCraft-Localization
|
||||||
|
|- lang
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
### Localizations
|
### Localizations
|
||||||
|
|
||||||
Localizations can be submitted [here](https://github.com/BuildCraft/BuildCraft-Localization). Localization PRs against
|
Localizations can be submitted [here](https://github.com/BuildCraft/BuildCraft-Localization). Localization PRs against
|
||||||
|
|
Loading…
Reference in a new issue