gem "texplay", :git => "git://github.com/chrismdp/texplay.git"Image#to_blob for retrieving image data, and Image#insert to update it back- that would give Texplay support for images >1022x1022. But I think Texplay works with floats and both methods use byte quartets. :(
ruby -S gem install texplay -- --with-opt-dir=/your/path/of/choiceruby -S gem install texplay -- --with-opt-dir=/usrgem push it and we can all go on with our lives :) $CFLAGS << " -I#{File.expand_path "../vendor/freeglut/include", __FILE__}" checking for main() in -lfreeglut_static... nolib/libfreeglut_static.a ? I wish it was more clear!-IC:/Users/Owner/RubymineProjects/texplay/ext/texplay/vendor/freeglut/includeexit unless have_library("freeglut_static"), is the one that checks for the library and aborts if it's not there.exit unless find_library("freeglut_static", "main", freeglut_lib) where freeglut_lib is the path to the folder containing libfreeglut_static.a
Powered by mwForum 2.29.0 © 1999-2013 Markus Wichitill