Top Level Namespace

Defined Under Namespace

Modules: SQLite3 Classes: String

Instance Method Summary collapse

Instance Method Details

#asplode(missing) ⇒ Object



16
17
18
19
20
21
22
23
24
25
26
27
28
# File 'ext/sqlite3/extconf.rb', line 16

def asplode missing
  if RUBY_PLATFORM =~ /mingw|mswin/
    abort "#{missing} is missing. Install SQLite3 from " +
          "http://www.sqlite.org/ first."
  else
    abort "\#{missing} is missing. Try 'port install sqlite3 +universal',\n'yum install sqlite-devel' or 'apt-get install libsqlite3-dev'\nand check your shared library search path (the\nlocation where your sqlite3 shared library is located).\n    error\n  end\nend\n"