mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-22 03:51:25 -06:00
Give appropriate compilation instruction for extension-formats
See PR #1716
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
*
|
||||
* Compile using:
|
||||
*
|
||||
* gcc -g -fPIC -shared extension-formats.c -o extension-formats.so
|
||||
* gcc -g -fPIC -shared extension-formats.c -o libsqlite-formats.so
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
Reference in New Issue
Block a user