Sha256: 6b4f1aa5553b8b719b9bca2ed375ad075ecf8a91482da06d918d5fd7f3af09ba
Contents?: true
Size: 760 Bytes
Versions: 3
Compression:
Stored size: 760 Bytes
Contents
--- title: Download & Installation inMenu: true orderInfo: 4 --- h2. Download The newest version of cmdparse can be downloaded from Rubyforge. Homepage: <a href="http://cmdparse.rubyforge.org">cmdparse.rubyforge.org</a><br /> Download: <a href="http://rubyforge.org/frs/?group_id=396">http://rubyforge.org/frs/?group_id=396</a> h2. Dependencies optparse - part of the standard ruby distribution, so nothing to do here h2. Installation You can use the standard way to install cmdparse: <pre> $ ruby setup.rb config $ ruby setup.rb setup $ ruby setup.rb install </pre> Or you could use Rake and substitute the above commands with this: <pre> $ rake install </pre> Or you could install cmdparse the "GEM way": <pre> $ gem install cmdparse </pre>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
cmdparse-1.0.4 | doc/src/download.page |
cmdparse-1.0.3 | doc/src/download.page |
cmdparse-1.0.5 | doc/src/download.page |