branch: elpa/emacsql commit 214b46f547ec8ff60b06806b73bc40d55c8149cf Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Update documentation for building SQLite backend (#46) --- README.md | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 95f5e62211..49bc58eb7d 100644 --- a/README.md +++ b/README.md @@ -299,18 +299,8 @@ This is why rows must be vectors and not lists. The custom EmacSQL SQLite binary is compiled with [Soundex][soundex] and [full-text search][fts] (FTS3, FTS4, and FTS5) enabled -- features disabled by the default SQLite build. This backend should work on any -system with a compliant C compiler installed as `cc`. If you don't have -a C compiler installed the following platforms will be able to fetch a -pre-built SQLite binary: - - * Linux x86 and x86_64 - * OS X x86_64 - * Windows x86 and x86_64, including Cygwin - * Linux armv6l (Raspberry Pi + Raspbian) - -The customization variable `emacsql-sqlite-automatic-fetch` controls -the behavior of SQLite binary fetching, and the variable -`emacsql-sqlite-automatic-build` enables/disables local builds. +system with a conforming ANSI C compiler installed under a command name +listed in `emacsql-sqlite-c-compilers`. ### Ignored Features