Sha256: d97d269ebd021194df36fbcc9d83e1e00c30b7c5280cdc9db13bf2fe4b5136ff

Contents?: true

Size: 1.22 KB

Versions: 3

Compression:

Stored size: 1.22 KB

Contents

Prerequisites
-------------

Much of the package will work without any prerequisites at all.  Some functionality may require addition ruby packages or other converters.  These are listed in current order of importance:

* [xmlparser](http://www.yoshidam.net/Ruby.html) (comes with one-click Windows; on Ubuntu: 'sudo apt-get libxml-parser-ruby1.8')
* ['t2x'](http://sashimi.sourceforge.net/software_glossolalia.html#ReAdW) to convert .RAW files to version 1 mzXML files
* [gnuplot](http://rgplot.rubyforge.org/) ('gem install gnuplot').  Of course, you'll need [gnuplot](http://www.gnuplot.info/) before this package will work.  Under one-click installer for windows this package requires a little configuration.  It works with no configuration on cygwin (or linux).

Installation
------------

    gem install mspire

or

    gem install -t mspire (to run tests)

Development
-----------

prereq: [rant](http://make.rubyforge.org/) (with rubygems: 'gem install rant')

    % rant -T
    rant test       # Run all tests
    rant doc        # Generate html documentation.
    rant package    # Create packages.
    rant reinstall  # uninstalls the package, packages a fresh one, and installs
    rant clean      # Remove autogenerated and backup files.

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mspire-0.1.5 INSTALL
mspire-0.1.7 INSTALL
mspire-0.2.0 INSTALL