Sha256: e2b5556db5acece7fbc942582d4f514bf433a4a102ba9c94300fc5902bfb51c7
Contents?: true
Size: 435 Bytes
Versions: 4
Compression:
Stored size: 435 Bytes
Contents
# Flate installation file require 'mkmf' unless have_header("zlib.h") and have_library("z", "compress", "zlib.h") puts <<"EON" Error: you should have zlib (including development files) installed to build and run Tioga. You can get it there: http://www.zlib.net/ If that doesn't solve your problem, please report it on the Tioga tracker: http://rubyforge.org/tracker/?group_id=701 EON exit 1 end create_makefile 'Flate'
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
tioga-1.11 | split/Flate/extconf.rb |
tioga-1.7 | split/Flate/extconf.rb |
tioga-1.9 | split/Flate/extconf.rb |
tioga-1.8 | split/Flate/extconf.rb |