README.rdoc in newt-0.9.2 vs README.rdoc in newt-0.9.4

- old
+ new

@@ -1,60 +1,69 @@ -= newt += newt rubygem -* http://github.com/ericsperano/ruby-newt +* http://github.com/theforeman/ruby-newt -== DESCRIPTION: +== DESCRIPTION -Ruby Bindings for the Newt Library +Ruby bindings for the newt library -== FEATURES/PROBLEMS: - Code is originally from Noritsugu Nakamura and is available at: http://www2s.biglobe.ne.jp/~Nori/ruby/dist/ruby-newt-20020105.tar.gz -I modified it to use RARRAY_LEN, RARRAY_PTR, StringValuePtr, etc. +It was maintained by Eric Sperano and moved to theforeman github page in 2015. -Still trying it to make it work for 1.9.x +See http://github.com/theforeman/ruby-newt/tree/master/examples for usage examples. -== SYNOPSIS: +== INSTALL -See http://github.com/ericsperano/ruby-newt/tree/master/examples for usage examples. +=== From rubygems.org -== REQUIREMENTS: + $ gem install newt +=== From source + + $ git clone git://github.com/theforeman/ruby-newt + $ cd ruby-newt + $ gem build newt.gemspec + $ sudo gem install newt-*.gem + +=== Development + + $ rake compile + +== REQUIREMENTS + The Newt library and headers. +=== Fedora + + $ dnf install ruby-devel newt-devel + === Ubuntu -$ sudo apt-get install libnewt-dev + $ sudo apt-get install libnewt-dev === Mac OS X $ sudo port install libnewt -Then, define this environment variable: +Then, define these environment variables: + $ export LIBRARY_PATH="/opt/local/lib/" + $ export C_INCLUDE_PATH="/opt/local/include/" -For some reason this does not fully work: - $ export C_INCLUDE_PATH="/opt/local/include/" +For some reason, it does not always find the header so symlink it: -So symlink it: $ sudo ln -s /opt/local/include/newt.h /usr/include/ -== INSTALL: +== AUTHORS -=== RugyGems - - $ gem install newt +* Noritsugu Nakamura +* Eric Sperano +* Kosuke Asami +* Lukas Zapletal -=== Sources - - $ git clone git://github.com/ericsperano/ruby-newt - $ cd ruby-newt - $ gem install newgem - $ rake install_gem - -== LICENSE: +== LICENSE (The MIT License) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the