Skip to content
This repository has been archived by the owner on Oct 11, 2018. It is now read-only.

Latest commit

 

History

History
44 lines (37 loc) · 1.78 KB

README.md

File metadata and controls

44 lines (37 loc) · 1.78 KB

NeptuneCommon

Currently not stable and under heavy development!
Shared code between NeptuneVanilla and NeptuneForge, licensed under the MIT License.

Prerequisites

Clone

The following steps will ensure your project is cloned properly.

  1. git clone --recursive https://github.com/NeptunePowered/NeptuneCommon.git
  2. cd NeptuneCommon

Setup

Note: If you do not have Gradle installed then use ./gradlew for Unix systems or Git Bash and gradlew.bat for Windows systems in place of any 'gradle' command.

For Eclipse

  1. Run gradle setupDecompWorkspace --refresh-dependencies
  2. Run gradle eclipse
  3. Import NeptuneCommon as an existing project (File > Import > General)
  4. Select the root folder for NeptuneCommon and make sure Search for nested projects is enabled
  5. Check NeptuneCommon when it finishes building and click Finish

For IntelliJ

  1. Run gradle setupDecompWorkspace --refresh-dependencies
  2. Make sure you have the Gradle plugin enabled (File > Settings > Plugins).
  3. Click File > New > Project from Existing Sources > Gradle and select the root folder for NeptuneCommon.