Skip to content

Latest commit

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

How to git and build using Eclipse

  1. Download the latest version of Eclipse
  2. Download and setup git. I recommend using github's setup guide
  3. Download all the required libraries and extract them to somewhere on your drive (I use C:/libs) log4jSlick, lwjgl, artemis
  4. Open up git bash cd into your workspace and type git clone https://YOURUSERNAME@github.com/coxry/SimpleOrpg.git
  5. Open up Eclipse go to File > New > Java Project and make the project name SimpleOrpg
  6. Right click the project (SimpleOrpg) on the left hand side and select Properties. Navigate to Java Build Path. Click Add External JARs. Browse to the Libraries you downloaded earlier (log4j, slick, lwgl, artemis)
  7. While you're still in the Java Build Path click the drop down for lwgl.jar. Click Native library location and browse to lwgl's native folder for your operating system.

About

No description, website, or topics provided.

Resources

Stars

2 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors