Much of the package will work without any prerequisites at all. Some functionality may require addition ruby packages or other converters.
# stable full featured:
gem install mspire -v 0.4.7
# development version 0.5.0:
gem install mspire
See installation under cygwin if you're on Windows.
NOTE: If you are interested in becoming a developer on this project (i.e., write access to the repository) please contact me.
The repository is on github:
git clone git://github.com/jtprince/mspire.git
large test files are here:
svn checkout svn://rubyforge.org/var/svn/mspire
prerequisites:
Use rake:
% rake -T
rake clean # Remove any temporary products.
rake html_docs # creates docs in doc/html
rake package # Build all the packages
rake test # Run tests
rake test_ind # Run unit tests individual on each test
rake upload_docs # create and upload docs to server
...etc...
run tests: rake spec
(or): rake specl
run tests with large files: rake spec SPEC_LARGE=t
run test on one file: rake spec SPEC=specs/{path_to_spec_file}