Sha256: a7f89e945e9d3623ce2174950ed0edbd18128fd036aa45ac7882c646f5708614

Contents?: true

Size: 235 Bytes

Versions: 6

Compression:

Stored size: 235 Bytes

Contents

require 'mkmf'

$LIBS << " -lpcre"

unless find_header('pcre.h')
  abort "-----\nPCRE is missing. You must install it as per the README @ https://github.com/adhearsion/ruby_speech\n-----"
end

create_makefile 'ruby_speech/ruby_speech'

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
ruby_speech-3.0.1-java ext/ruby_speech/extconf.rb
ruby_speech-3.0.1 ext/ruby_speech/extconf.rb
ruby_speech-3.0.0-java ext/ruby_speech/extconf.rb
ruby_speech-3.0.0 ext/ruby_speech/extconf.rb
ruby_speech-2.4.0-java ext/ruby_speech/extconf.rb
ruby_speech-2.4.0 ext/ruby_speech/extconf.rb