LoginSignup
4
7

More than 5 years have passed since last update.

sqlite3をWindows7にインストールする手順

Last updated at Posted at 2016-02-29

やりたいこと

  • sqlite3 を Windows7 にインストールする。

前提環境

  • OS: Microsoft Windows 7 Professional 6.1.7601 Service Pack 1 (SP1) ビルド 7601 x64
  • Ruby: 2.2.4 (x64) インストール済み

インストールするソフトウェア

  • sqlite3: 3.11.0 2016-02-15 17:29:24

手順

圧縮ファイルをダウンロード

SQLite Download Pagesqlite-tools-win32-x86-3110000.zip を選択し、圧縮ファイルをダウンロードします。

解凍

sqlite-tools-win32-x86-3110000.zip を解凍します。
1. 解凍先のディレクトリ: C:\sqlite-tools-win32-x86-3110000

sqlite3の実行ファイルをRubyのインストール先に配置

sqlite3.exe をRubyのインストール先に移動します。

  1. 移動元: C:\sqlite-tools-win32-x86-3110000\sqlite3.exe
  2. 移動先: C:\Ruby22-x64\bin\sqlite3.exe

インストール後の確認

コマンドプロンプト(cmd)で下記のコマンドを実行します。

cmd.exe
sqlite3 -version :: <= 実行するコマンド
3.11.0 2016-02-15 17:29:24 3d862f207e3adc00f78066799ac5a8c282430a5f

完了

4
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
7