Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 1.02 KB

File metadata and controls

10 lines (10 loc) · 1.02 KB

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) log4j Slick, lwjgl, artemis
  4. Open up git bash cd into your workspace and type git clone https://[email protected]/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.