Is there a way to build the sqlite3 command line utility with integrated FTS5 
support? I have been compiling and installing the latest version by downloading 
the latest 'autoconf' file, such as sqlite-autoconf-3081101.tar.gz, and 
building and installing that. However, I noticed that this is only configured 
for FTS3/FTS4 support.
As a separate process, I was able to compile a 'fts5.so' loadable module by 
downloading the full sqlite-src-3081101.zip file and compiling just the module. 
This can then be loaded and used successfully using the '.load fts5' command in 
the command line interface.
I'm just looking to see how to integrate FTS5 support directly into the sqlite3 
install from the first step. Any help would be appreciated.

Reply via email to