-
Notifications
You must be signed in to change notification settings - Fork 1
Installation
Zengineer edited this page Mar 16, 2017
·
18 revisions
Virtual Control for Research Graph is in the form of a plugin for Gephi.
After we publish it, you can directly download from Gephi Plugins Market.
For now and for development purpose, you can run the source code in following steps.
_ * Project support Windows/MacOS/Linux, not running in virtual machine due to OpenGL issue._
git clone git@github.com:researchgraph/TechLauncher-Gephi-Plugin.git
https://developer.leapmotion.com/sdk/v2
mvn org.apache.maven.plugins:maven-install-plugin:2.3.1:install-file \
-Dfile=PATH_TO_JAR \
-DgroupId=com.leapmotion.leap -DartifactId=leapMotion \
-Dversion=1.0.0 -Dpackaging=jar
_ * run as a single command in CLI, replace PATH_TO_JAR with the path to LeapJava.jar downloaded from second step_
Copy corresponding SDK contents to JVM lib
* Windows
x86 or x64 folder - C:\Program Files\Java\jdk1.8.0_121\jre\lib
* MacOS
LeapJava.jar libLeapJava.dylib libLeap.dylib - /Library/Java/JavaVirtualMachines/jdk1.8.0_121.jdk/Contents/Home/jre/lib
* Linux
LeapJava.jar libLeapJava.dylib libLeap.dylib - /usr/lib/jvm/java-8-openjdk-amd64/jre/lib
_ * replace jdk path with your actual installed path_
mvn clean package
mvn org.gephi:gephi-maven-plugin:run
* In Gephi, when you navigate to Tools > Plugins you should see ResearchGraph plugin listed in Installed.