Provides header files (.h) and libraries (.so), which are needed for secondary development. For example, sqlite3. After installation, you can operate the sqlite3 database in the terminal. sqlite3-dev, after installation, you can use c/c++ language to operate sqlite3.
Provides header files (.h) and libraries (.so), which are needed for secondary development.
For example,
sqlite3. After installation, you can operate the sqlite3 database in the terminal.
sqlite3-dev, after installation, you can use c/c++ language to operate sqlite3.