eclubb / ncurses-ruby

A Ruby module for accessing the ncurses library
https://github.com/eclubb/ncurses-ruby
Other
131 stars 29 forks source link

How to install? #11

Closed yumexupanic closed 8 years ago

yumexupanic commented 8 years ago
git clone https://github.com/eclubb/ncurses-ruby.git
cd ncurses-ruby/
ls
COPYING         THANKS          lib
Changelog.md        TODO            ncurses-ruby.gemspec
LICENSE.txt     examples
README.md       ext
gem ncurses-ruby.gemspec

image

Thanks !

eclubb commented 8 years ago

@yumemor: The command to build the gem is gem build ncurses-ruby.gemspec. I'll update the readme.