Sha256: 505197228ec3628e8a37aff6c50dfd34bd249b5e4d2a55a404acad53cc1a8648

Contents?: true

Size: 1.06 KB

Versions: 110

Compression:

Stored size: 1.06 KB

Contents

= Installing HighLine

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

== Installing the Gem

HighLine 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 highline

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

== Installing Manually

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

	$ sudo ruby setup.rb

== Using termios

While not a requirement, HighLine will take advantage of the termios library if
installed (on Unix).  This slightly improves HighLine's character reading
capabilities and thus is recommended for all Unix users.

If using the HighLine gem, you should be able to add termios as easily as:

	$ sudo gem install termios

For manual installs, consult the termios documentation.

Version data entries

110 entries across 109 versions & 12 rubygems

Version Path
delano-rye-0.6.2 vendor/highline-1.5.1/INSTALL
delano-rye-0.6.3 vendor/highline-1.5.1/INSTALL
delano-rye-0.6.4 vendor/highline-1.5.1/INSTALL
malysz87-highline-1.5.10 INSTALL
malysz87-highline-1.5.11 INSTALL
malysz87-highline-1.5.4 INSTALL
malysz87-highline-1.5.5 INSTALL
malysz87-highline-1.5.6 INSTALL
malysz87-highline-1.5.7 INSTALL
malysz87-highline-1.5.8 INSTALL
malysz87-highline-1.5.9 INSTALL
solutious-rudy-0.6.0 vendor/highline-1.5.1/INSTALL
solutious-rudy-0.6.1 vendor/highline-1.5.1/INSTALL
solutious-rudy-0.6.2 vendor/highline-1.5.1/INSTALL
solutious-rudy-0.6.3 vendor/highline-1.5.1/INSTALL
solutious-rudy-0.6.4 vendor/highline-1.5.1/INSTALL
solutious-rudy-0.6.5 vendor/highline-1.5.1/INSTALL
solutious-rudy-0.6.6 vendor/highline-1.5.1/INSTALL
solutious-rudy-0.6.7 vendor/highline-1.5.1/INSTALL
solutious-rudy-0.6.8 vendor/highline-1.5.1/INSTALL