Hi, I wanted to add ICU to tokenize FTS4. I noticed in node-sqlite3 that there is a deps/sqlite3 folder containing sqlite.c. Is this used? Or does it refer to libsqlite3.a in the machine? I did install libsqlite-dev.
Update. I'm new to gyp. It appears that I can modify the settings I want in binding.gyp and then this acts as the Makefile (in a sense) for sqlite3.c.
Hi, I wanted to add ICU to tokenize FTS4. I noticed in node-sqlite3 that there is a deps/sqlite3 folder containing sqlite.c. Is this used? Or does it refer to libsqlite3.a in the machine? I did install libsqlite-dev.
Update. I'm new to gyp. It appears that I can modify the settings I want in binding.gyp and then this acts as the Makefile (in a sense) for sqlite3.c.