Teach you the installation, configuration and use of SQLite under Windows/VS (super detailed, you won't blame me)

Table of contents

1. System environment

Two, download

3. Configure the system environment

4. Use the command win + r, enter the cmd command


1. System environment

I am using Win10 64Bit + VS2015 here, and there is not much difference between different versions. You can also refer to this installation tutorial for the version.

Two, download

SQLite official website download address: SQLite Download Page

 Download the two I made yellow, and then unzip them one by one to get the following files:

 

3. Configure the system environment

Right-click the Start menu, select the System tab, click Advanced System Settings, select Environment Variables, add a path, and add the path corresponding to the folder you just created to the Path path.

4. Use the command win + r, enter the cmd command

If you display the image below, it proves that your configuration is successful

 

Guess you like

Origin blog.csdn.net/m0_65635427/article/details/131077250