国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學(xué)院 > 操作系統(tǒng) > 正文

Install SQLite

2024-06-28 13:22:37
字體:
供稿:網(wǎng)友
Install SQLite

http://www.tutorialspoint.com/sqlite/sqlite_installation.htm

The SQLite is famous for its great feature zero-configuration, which means no complex setup or administration is needed. This chapter will take you through the PRocess of setting up SQLite on Windows, linux and Mac OS X.

Install SQLite On Windows
  • Go to SQLite download page, and download precompiled binaries from Windows section.

  • You will need to download sqlite-shell-win32-*.zip and sqlite-dll-win32-*.zip zipped files.

  • Create a folder C:/>sqlite and unzip above two zipped files in this folder which will give you sqlite3.def, sqlite3.dll and sqlite3.exe files.

  • Add C:/>sqlite in your PATH environment variable and finally go to the command prompt and issue sqlite3 command, which should display a result something as below.

C:/>sqlite3SQLite version 3.7.15.2 2013-01-09 11:53:05Enter ".help" for instructionsEnter SQL statements terminated with a ";"sqlite>
Install SQLite On Linux

Today, almost all the flavours of Linux OS are being shipped with SQLite. So you just issue the following command to check if you already have SQLite installed on your machine or not.

$sqlite3SQLite version 3.7.15.2 2013-01-09 11:53:05Enter ".help" for instructionsEnter SQL statements terminated with a ";"sqlite>

If you do not see above result, then it means you do not have SQLite installed on your Linux machine. So let's follow the following steps to install SQLite:

  • Go to SQLite download page and download sqlite-autoconf-*.tar.gz from source code section.

  • Follow the following steps:

$tar xvfz sqlite-autoconf-3071502.tar.gz$cd sqlite-autoconf-3071502$./configure --prefix=/usr/local$make$make install

Above procedure will end with SQLite installation on your Linux machine which you can verify as explained above.

Install SQLite On Mac OS X

Though latest version of Mac OS X comes pre-installed with SQLite but if you do not have installation available then just follow the following steps:

  • Go to SQLite download page, and download sqlite-autoconf-*.tar.gz from source code section.

  • Follow the following steps:

$tar xvfz sqlite-autoconf-3071502.tar.gz$cd sqlite-autoconf-3071502$./configure --prefix=/usr/local$make$make install

Above procedure will end with SQLite installation on your Mac OS X machine which you can verify by issuing following command:

$sqlite3SQLite version 3.7.15.2 2013-01-09 11:53:05Enter ".help" for instructionsEnter SQL statements terminated with a ";"sqlite>

Finally, you have SQLite command prompt where you can issue SQLite commands to do your excercises.


發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 柯坪县| 乌什县| 遵义县| 永德县| 兰考县| 漠河县| 安新县| 青阳县| 贵定县| 凉城县| 佛学| 阜康市| 沙田区| 沂南县| 体育| 玉林市| 夏津县| 股票| 河源市| 建昌县| 渝北区| 石家庄市| 长宁县| 综艺| 英超| 晋宁县| 平罗县| 纳雍县| 绵阳市| 英山县| 阿克苏市| 秦安县| 通江县| 邹平县| 化隆| 南通市| 宜阳县| 华安县| 宁化县| 邵阳县| 日照市|