Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.08 KB

File metadata and controls

23 lines (16 loc) · 1.08 KB

Logo Build Status

Useful Links:

###Compiling

  1. Clone Tube Transport System into any directory.
  2. Open up a command line or terminal window and navigate to that directory.
  3. Execute gradlew build.
  4. If BUILD SUCCESSFUL appears, you'll find the TubeTransportSystem_{mcversion}-{version}.jar in build\libs\.

###Developing

  1. Fork Tube Transport System and clone it into any directory.
  2. Open up a command line or terminal window and navigate to that directory.
  3. Execute gradlew setupDecompWorkspace eclipse or gradlew setupDecompWorkspace idea.