<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Hi,</p>
<p>Is it possible that you can enable FTS5 for sqlite3 on ubuntu
xenial.<br>
I noticed that all other (newer) ubuntu releases has it enabled,
but FTS5 is actually available as of version 3.9 and Xenial got
3.11<br>
You simply add --enable-fts5 to the configure step in the rules
file. See: <a href="https://www.sqlite.org/fts5.html">https://www.sqlite.org/fts5.html</a></p>
<p>I'm working on a music player and we just switched to FTS5, so
unless it's enabled, users of Xenial won't be able to use it.<br>
</p>
<p>Jonas</p>
<p><br>
</p>
</body>
</html>