Sha256: 8f4a38597a58711c8f7ac3ae00a62aff36ab8f6490d74303f35bf67b4ddcf006

Contents?: true

Size: 1018 Bytes

Versions: 14

Compression:

Stored size: 1018 Bytes

Contents

= Installing FasterCSV

RubyGems is the preferred easy install method for FasterCSV.  However, you can
install FasterCSV manually as described below.

== Installing the Gem

FasterCSV is intended to be installed via the
RubyGems[http://rubyforge.org/projects/rubygems/] system.  To get the latest
version, simply enter the following into your command prompt:

	$ sudo gem install fastercsv

You must have RubyGems[http://rubyforge.org/projects/rubygems/] installed for
the above to work.

== Installing Manually

Download the latest version of FasterCSV from the
{RubyForge project page}[http://rubyforge.org/frs/?group_id=1102].  Navigate to
the root project directory and enter:

	$ sudo ruby setup.rb

== Running the Tests

If you would like to run FasterCSV's test suite on your system before installing
and you have Rake installed, just issue the following command from the root of
the project directory:

  $ rake

If you do not have rake, use the following command instead:

  $ ruby -I lib:test test/ts_all.rb

Version data entries

14 entries across 14 versions & 3 rubygems

Version Path
StephanZ-fastercsv-1.4.0 INSTALL
StephanZ-fastercsv-1.4.1 INSTALL
b2b2dot0-fastercsv-1.4.1 INSTALL
fastercsv-0.2.0 INSTALL
fastercsv-1.1.0 INSTALL
fastercsv-1.0.0 INSTALL
fastercsv-1.1.1 INSTALL
fastercsv-0.2.1 INSTALL
fastercsv-1.2.0 INSTALL
fastercsv-1.4.0 INSTALL
fastercsv-1.2.1 INSTALL
fastercsv-1.5.0 INSTALL
fastercsv-1.2.2 INSTALL
fastercsv-1.2.3 INSTALL