Sha256: 57d828ecb9404529894ba315b37f9b214eeee71568b7272a4b1300f271653f1c

Contents?: true

Size: 236 Bytes

Versions: 12

Compression:

Stored size: 236 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/benlangfeld/ruby_speech\n-----"
end

create_makefile 'ruby_speech/ruby_speech'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ruby_speech-2.3.2-java ext/ruby_speech/extconf.rb
ruby_speech-2.3.2 ext/ruby_speech/extconf.rb
ruby_speech-2.3.1-java ext/ruby_speech/extconf.rb
ruby_speech-2.3.1 ext/ruby_speech/extconf.rb
ruby_speech-2.3.0-java ext/ruby_speech/extconf.rb
ruby_speech-2.3.0 ext/ruby_speech/extconf.rb
ruby_speech-2.2.2-java ext/ruby_speech/extconf.rb
ruby_speech-2.2.2 ext/ruby_speech/extconf.rb
ruby_speech-2.2.1-java ext/ruby_speech/extconf.rb
ruby_speech-2.2.1 ext/ruby_speech/extconf.rb
ruby_speech-2.2.0-java ext/ruby_speech/extconf.rb
ruby_speech-2.2.0 ext/ruby_speech/extconf.rb