标签:
(1)Install Open/SUN JDK 7
(2)sudo apt-get install maven
Note: the maven version is by default 3.0.5.
(3)git clone https://github.com/gephi/gephi-toolkit . Into the directory and mvn clean install
Note: During "mvn clean install", dependency errors occurred, then I changed the java version in the pom.xml from 1.6 to 1.7, because the JDK version on my computer is 1.7.
Build Gephi Toolkit From SourceNote On Ubuntu 14.04apt
标签:
原文地址:http://www.cnblogs.com/chaseblack/p/4951427.html