Search:
Menu Software / InstallationCVS

ArtiSynth Home


Downloads Installation Instructions Documentation Tutorials Update Log


Application Demos Publications People Project Roadmap Code of Conduct


sidehead was Models package Models Package


Subscribe for updates


Related Links

* HCT ArtiSynth Site * Archived ArtiSynth Site Opportunities


Website problems? Contact us

edit SideBar

To install ArtiSynth from an ECE account:

1) Download the Eclipse SDK (Classic)

http://www.eclipse.org/downloads/

2) Install Eclipse on your computer

3) Open Eclipse

4) Connect to the ECE CVS directory

	Click the upper right hand side 4 square icon, and select 'other... > CVS Repository'
	Right-Click the white space on the folder labelled 'CVS Repositories'
	New > Repository Location...
		Host = ssh-linux.ece.ubc.ca
		Repository Path = /ubc/ece/home/hct/other/hct/cvsroot
		Connection Type = extssh
		User = ...
		Password = ...
	Click 'Finish'
	Store the key in the keychain
	click the directory and head
	right-click artisynth_2_0
	select 'Check out'
	wait a long time ...

5) In Eclipse’s workspace folder, navigate to artisynth_2_0/support/eclipse folder.

6) Extract the eclipseProject.zip file into the artisynth_2_0 folder.

7) In Eclipse, switch to Java view (upper right hand corner)

8) Click on artisynth_2_0,

9) Click on the green icon with the white play button (sixth from the left on the toolbar)

10) select `main class': artisynth.core.driver.Main

11) exit

12) select the little arrow to the right of the green run icon

13) from the menu, select run configuration

14) rename the newly created run configuration as 'artisynth' (under the label: 'name')

15) Select the environment tab:

16) add the variable variable NAME:

	Mac: DYLD_LIBRARY_PATH
	Linux: LD_LIBRARY_PATH
	Windows: PATH

17) add the variable VALUE: as: {workspace directory}/artisynth_2_0/lib/{operating system directory}

	Mac: Darwin-i386 
	Linux: Linux
	Linux64: Linux64
	Windows: Windows

(i.e. /Users/dderrick/documents/workspace/artisynth_2_0/lib/darwin-i386)

18) Run ArtiSynth as usual