summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-mirb/mrbgem.rake
AgeCommit message (Collapse)Author
2015-08-01link libncurses when there's /usr/include/curses.h; fix #2905Yukihiro "Matz" Matsumoto
2015-06-22Need mruby-compiler to build mruby-bin-mruby and mruby-bin-mirb forTerence Lee
cross compiles
2015-06-10Remove unused libterminfo detection code.Huei-Horng Yo
The detection code is unused even on OpenBSD 5.7, because of the standard installation is libtermcap be installed, not libterminfo. This fixes #2829 Tested on Arch Linux (x86_64) & OpenBSD 5.7 (amd64). Signed-off-by: Huei-Horng Yo <[email protected]>
2015-06-09Detect if ncurses' backend is terminfo or termcap. fixes #2662Huei-Horng Yo
Borrowed from @mattn's code at: https://github.com/mruby/mruby/issues/2662#issuecomment-65535705 Signed-off-by: Huei-Horng Yo <[email protected]>
2015-05-20NetBSD does not have libreadline but readline(3) is in libedit.Tomoyuki Sahara
2014-10-31Under cygwin host, ncurses.a is only available instead of termcap.a.M.Naruoka
2014-05-09libreadline requires libtermcap on OpenBSD.Tomoyuki Sahara
2014-05-01Use header searcher to find readline and linenoise.take_cheeze
2014-03-17move summary of mrbgems in default gembox to its spectake_cheeze
2013-07-23resolve conflictYukihiro "Matz" Matsumoto
2013-07-23"spec.author" is better for single-author gems.Tomoyuki Sahara
"spec.author=" expects a String represents a single author. "spec.authors=" expects an Array which is a list of multiple authors. http://guides.rubygems.org/specification-reference/
2013-07-22If readline is enabled add readline to libraries to linkCarson McDonald
2013-04-11rename mruby,mirb gems to mruby-bin-{mruby,mirb}Yukihiro "Matz" Matsumoto