Download Latest Version proto_seq V2.1.0 (420.6 kB)
Email in envelope

Get an email when there's a new version of protoseq

Home
Name Modified Size InfoDownloads / Week
README.txt 2013-09-29 1.4 kB
proto_seq_2.1.0.zip 2013-09-29 420.6 kB
Totals: 2 Items   422.1 kB 0
Getting Ruby:

Windows:

Install the latest version of ruby. To get the one click-installation go here: http://rubyinstaller.org/downloads/.

Mac OS X:

Ruby 1.8.x comes with the OS X operating system and is recommended for Proto_seq.

Linux:
		
Most flavors have installation support for Ruby. It is suggested that Ruby 1.8 is used
to avoid compatibility issues with gem. If using 1.8, then you will most likely need to get rubygems.  On Ubuntu, for example:  
			$: sudo apt-get install ruby1.8
			$: sudo apt-get install rubygems

Getting FXRuby:

The source gems for fxruby can be found here:  http://rubyforge.org/frs/?group_id=300&release_id=41247

Windows:
		
From the command prompt, type: gem install fxruby opengl --prerelease
		
Mac OS X:
	
For OS Snow Leopard or below you can try:
			$: sudo gem install fxruby
For OS Lion you will need to get the "fxruby-1.6.20-universal-darwin-10.gem" from the above mentioned download site. Then from a shell in the same directory as the downloaded gem, type:

			$: sudo gem install fxruby-1.6.20-universal-darwin-10.gem

You also need X11 or some type of X Windowing 

Linux: Type:
			$: sudo gem install fxruby

Running Proto_seq:

Windows:

From the command prompt, change directory into the common folder. Type:
			ruby proto_seq_win32.rb

Mac OS X and Linux:

From a shell, change directory into the common folder.  Type:
			$: ruby main.rb
Source: README.txt, updated 2013-09-29