Top Level Namespace

Defined Under Namespace

Modules: GDA

Instance Method Summary collapse

Instance Method Details

#asplode(missing) ⇒ Object



9
10
11
12
13
14
15
# File 'ext/gda/extconf.rb', line 9

def asplode missing
  abort <<~MSG
    #{missing} is missing. Try 'brew install pkg-config libgda' if you are on OSX and have homebrew installed.
    You can also check https://github.com/GNOME/libgda for more info on how to install
    the dependency.
  MSG
end