SQLite Learning Note 1: Compiling a database

Source: Internet
Author: User
Tags sqlite

First, I'm using a Linux environment.


Download source code

Website Download: Click here


Two compilations

1 decompression

After the download is complete, it will usually be in the current user's downloads folder, first CD to the download folder, and then create a file. Files used for decompression:

mkdir SQLite

Then, CD to the new folder. Perform such as the following command decompression

Unzip. /sqlite-amalgamation-201408081749.zip

After decompression there will be four files: shell.c. Sqlite3.c,sqlite3.h,sqlite3ext.h


2 compiling

To run the command:

GCC *.c-o SQLITE3-LPTHREAD-LDL

A sqlite executable file will be generated after the run is finished


SQLite Learning Note 1: Compiling a database

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.