-
Notifications
You must be signed in to change notification settings - Fork 18
Get started
Follow the steps to get the project run.
1) Fork and checkout the latest version of this repository:
git clone [email protected]:graphstream/gs-gephi.git
2) build the project use Maven:
cd gs-gephi mvn install
3) generate eclipse project files:
mvn eclipse:eclipse
4) go to Eclipse and select "import" in the file menu. Choose "Existing projects into workspace" and select your project directory.
5) Once your workspace in configured using the previous command, you can directly add a maven artifact in the build path of your eclipse project. First, right-click on your eclipse project and go the build path configuration. Then click on "Add Variable" in the "Librairies" tab.Select the "M2_REPO" variable and click on "Extend". Final step is to select the artifact you want to use. Currently this project uses the gs-xxx-1.2-git-last.jar which lies in lib folder, so you must add them in your Eclipse project.
You can check the `manual`_ to see the detailed discription and tutorials showing how to use it.