Friday, May 15, 2009

Installing sqlite3 in ruby Ubuntu

To install sqlite3 in ruby you will need the header files:
* sudo apt-get install sqlite3 libsqlite3-dev
then you can install it from gem or from the ruby repository

1 comment: