Sha256: 02f2ae7fbeedc5daf9c36bea2c0d90b7bb12eccfdf99d6b789f8b76661a5e326

Contents?: true

Size: 1.32 KB

Versions: 3

Compression:

Stored size: 1.32 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: [rake](http://rake.rubyforge.org/) (with rubygems: 'gem install rake --remote')

    % 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...

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
mspire-0.2.1 INSTALL
mspire-0.2.4 INSTALL
mspire-0.2.2 INSTALL