emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/emacsql 214b46f547 372/427: Update documentation for build


From: ELPA Syncer
Subject: [nongnu] elpa/emacsql 214b46f547 372/427: Update documentation for building SQLite backend (#46)
Date: Tue, 13 Dec 2022 03:00:12 -0500 (EST)

branch: elpa/emacsql
commit 214b46f547ec8ff60b06806b73bc40d55c8149cf
Author: Christopher Wellons <wellons@nullprogram.com>
Commit: Christopher Wellons <wellons@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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]