Sha256: d030bb14685927588f3210026fdc8faa1b26d41eeceacb345250e74019825767

Contents?: true

Size: 701 Bytes

Versions: 6

Compression:

Stored size: 701 Bytes

Contents

---
title: Download & Installation
inMenu: true
orderInfo: 4
---
h2. Download

The newest version of cmdparse can be downloaded from Rubyforge.

Homepage: "cmdparse.rubyforge.org":http://cmdparse.rubyforge.org <br />
Download: "rubyforge.org/frs/?group_id=396":http://rubyforge.org/frs/?group_id=396

h2. Dependencies

none

h2. Installation

The preferred way of installing cmdparse is via RubyGems:
<pre>
 $ gem install cmdparse
</pre>

If you do not have RubyGems installed, but Rake, you can use the following command:
<pre>
 $ rake install
</pre>

If you have neither RubyGems nor Rake, use these commands:
<pre>
 $ ruby setup.rb config
 $ ruby setup.rb setup
 $ ruby setup.rb install
</pre>

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
cmdparse-2.0.5 doc/src/download.page
cmdparse-2.0.4 doc/src/download.page
cmdparse-2.0.3 doc/src/download.page
cmdparse-2.0.2 doc/src/download.page
cmdparse-2.0.0 doc/src/download.page
cmdparse-2.0.1 doc/src/download.page