Showing posts with label Install sqlite3 on fedora. Show all posts
Showing posts with label Install sqlite3 on fedora. Show all posts

Wednesday, May 4, 2011

How to install SQLite3 on Fedora


First install the libraries using yum :

# sudo yum install sqlite-devel
# sudo yum install ruby-devel

Then, just install the sqlite3 gem :

sudo gem install sqlite3-ruby

That's it.