Skip to content

Commit 2cf6f2c

Browse files
committed
Add installation command for Debian/Ubuntu to error message.
1 parent 75f502f commit 2cf6f2c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ext/sqlite3/extconf.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,9 @@ def asplode missing
2424
"http://www.sqlite.org/ first."
2525
else
2626
abort <<-error
27-
#{missing} is missing. Try 'port install sqlite3 +universal'
28-
or 'yum install sqlite-devel' and check your shared library search path (the
27+
#{missing} is missing. Try 'port install sqlite3 +universal',
28+
'yum install sqlite-devel' or 'apt-get install libsqlite3-dev'
29+
and check your shared library search path (the
2930
location where your sqlite3 shared library is located).
3031
error
3132
end

0 commit comments

Comments
 (0)