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

NeptunePowered/NeptuneLib_OLD

Repository files navigation

NeptuneLib

Extensions and improvements to CanaryLib, 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/NeptuneLib.git
  2. cd NeptuneLib

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 NeptuneLib as an existing project (File > Import > General)
  4. Select the root folder for NeptuneLib and make sure Search for nested projects is enabled
  5. Check NeptuneLib 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 NeptuneLib.

About

Extensions for the Canary server platform.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages