Difference between revisions of "Installing VDCT"

From GlueXWiki
Jump to: navigation, search
 
 
Line 1: Line 1:
* Started on  Ubuntu 10.04 with Java (java-6-openjdk) installed on my 64-bit desktop.  
+
* Started on  Ubuntu 10.04 with Java (java-6-openjdk) installed on my 64-bit desktop. I am not sure what other packages are required other than Java.  
 
* Downloaded "VisualDCT-dist-2.6.1274.zip" file from [http://visualdct.cosylab.com/builds/VisualDCT/2.6.1274/index.html VDCT web page] .  
 
* Downloaded "VisualDCT-dist-2.6.1274.zip" file from [http://visualdct.cosylab.com/builds/VisualDCT/2.6.1274/index.html VDCT web page] .  
 
*: Note that we do not need to build it, we just download the JAR file. There is no need to worry about those long instruction which are for the cases when we need to actually build VDCT ourselves.  
 
*: Note that we do not need to build it, we just download the JAR file. There is no need to worry about those long instruction which are for the cases when we need to actually build VDCT ourselves.  

Latest revision as of 18:22, 2 April 2011

  • Started on Ubuntu 10.04 with Java (java-6-openjdk) installed on my 64-bit desktop. I am not sure what other packages are required other than Java.
  • Downloaded "VisualDCT-dist-2.6.1274.zip" file from VDCT web page .
    Note that we do not need to build it, we just download the JAR file. There is no need to worry about those long instruction which are for the cases when we need to actually build VDCT ourselves.
  • Unzip the "VisualDCT-dist-2.6.1274.zip" file into the $EPICS_EXTENSIONS/javalib/VisualDCT.jar
  • Create an alias by "alias vdct java -jar /usr/local/epics/extensions/javalib/VisualDCT.jar"
  • Start VDCT by "vdct /path1/file.dbd /path2/file.db", and it worked fine.