From c7dbc7c61c7094ea4ec49bd630023f23b92fd9d1 Mon Sep 17 00:00:00 2001 From: RncLsn Date: Mon, 18 May 2015 18:27:32 +0100 Subject: Configured Maven and improved executable class and tests. --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9c35c3f..5e908fb 100644 --- a/README.md +++ b/README.md @@ -9,14 +9,13 @@ Project dependencies/requirements - JavaSE 8 - Maven -- Eclipse Luna How to compile the project from source in Eclipse? ===== -- In order to compile the project make sure that you have JavaSE 8 and Eclipse Luna installed on your computer. -- After cloning the repository by command git clone https://github.com/yujiaoz/PAGOdA.git, you need to load the project into Eclipse and convert it into Maven project. +- In order to compile the project make sure that you have JavaSE 8 and Maven installed on your computer. +- After cloning the repository by command git clone https://github.com/yujiaoz/PAGOdA.git, you need to install it using the command "maven install". - The project depends on a library JRDFox.jar that is not in central maven repository. The library for different operating systems can be found in lib directory. You need to include the correct one for your computer and add it to the build path. Alternative, if you have maven installed on your computer, you could add it into your local maven repository, modify maven dependencies and make sure that you remove it from the build path. If the provided JRDFox.jar doesn't work, you might need to follow the instruction below to compile the project JRDFox by yourself. @@ -27,7 +26,7 @@ How to compile RDFox? - Extract all files in the zip. - Go to the directory RDFox/RDFox. - Run command "ant". -- You will find JRDFox.jar in the diretory build/release/lib. +- You will find JRDFox.jar in the directory build/release/lib. How to run the project? -- cgit v1.2.3