diff options
| author | Jamis Buck <jamis@37signals.com> | 2005-09-11 17:08:31 +0000 |
|---|---|---|
| committer | Jamis Buck <jamis@37signals.com> | 2005-09-11 17:08:31 +0000 |
| commit | e0ad35c69d8748046c272663f14b858402f3c6e3 (patch) | |
| tree | 892f1602ae0901b48fde79313403eb041ee793be /README | |
| parent | 1a1e6741788be3bd7c294e698ca77edc7cd44a9f (diff) | |
Update gemspec and version. Update README with instructions for installation if sqlite3 is installed in a non-standard location.
Diffstat (limited to 'README')
| -rw-r--r-- | README | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -18,19 +18,29 @@ Simply do the following, after installing SQLite3: Alternatively, you can download and install the RubyGem package for SQLite3/Ruby (you must have RubyGems and SQLite3 installed, first): - gem install --remote sqlite3-ruby + gem install sqlite3-ruby +If you have sqlite3 installed in a non-standard location, you can specify the location of the include and lib files by doing: + + gem install sqlite3-ruby -- --with-sqlite3-include=/opt/local/include \ + --with-sqlite3-lib=/opt/local/lib + +Also, the gem ships with the C source-code pre-built, so (as of version 1.1.1) +you no longer need to have SWIG installed. However, if you have SWIG installed +and you want to generate the C file yourself, you can specify the +<code>--with-swig</code> option. == Usage For help figuring out the SQLite3/Ruby interface, check out the FAQ[http://sqlite-ruby.rubyforge.org/sqlite3/faq.html]. It includes examples of usage. If you have any questions that you feel should be address in the -FAQ, please send them to jamis_buck@byu.edu. +FAQ, please send them to jamis@37signals.com == Contact Information -The project page is http://rubyforge.org/projects/sqlite-ruby. There, you can find -links to mailing lists and forums that you can use to discuss this library. Additionally, -there are trackers for submitting bugs and feature requests. Feel free to use them! +The project page is http://rubyforge.org/projects/sqlite-ruby. There, you can +find links to mailing lists and forums that you can use to discuss this +library. Additionally, there are trackers for submitting bugs and feature +requests. Feel free to use them! |
