Sha256: 31fc112988cf5bb3579de9c6bdb629382f7f6d768a35ef2fa9b0a90ca19c43af

Contents?: true

Size: 1.45 KB

Versions: 3

Compression:

Stored size: 1.45 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')
* [libxml](http://libxml.rubyforge.org/) in Ubuntu: sudo apt-get install libxml2 libxml2-dev ; sudo gem install libxml-ruby --remote
* ['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.3.0 INSTALL
mspire-0.3.9 INSTALL
mspire-0.3.1 INSTALL