Sha256: e102a19dcc63f44996b0281689bb08937dd50721b3e0af6684b2fa0ff661192e

Contents?: true

Size: 1.3 KB

Versions: 1

Compression:

Stored size: 1.3 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
* <i>or</i> gem install -t mspire (to run tests)

If you want to work with the source, read on.

== Development options with rant

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.

back to README[link:files/README.html]

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mspire-0.1.3 INSTALL