-
I have |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Admittedly, the autoconf files currently coming with SQLite3 Multiple Ciphers do not include support for building a SQLite shell with
The simplest approach would be as follows:
Edit: I made a quick test myself. Unfortunately, the recipe given above doesn't work right out of the box. At the moment, it requires at least one additional source file from the SQLite3 Multiple Ciphers repository (namely |
Beta Was this translation helpful? Give feedback.
-
Thank you for the prompt response. I will try this approach and report back when I get a chance. And thank you for this project! |
Beta Was this translation helpful? Give feedback.
-
Your suggestion worked - thank you very much. I was able to build the shell with readline support. To help anyone else who may run into this problem, I've created a Python script to automate the process - just download it into any scratch directory and run it. Here is a Gist with the script. |
Beta Was this translation helpful? Give feedback.
Admittedly, the autoconf files currently coming with SQLite3 Multiple Ciphers do not include support for building a SQLite shell with
readline
support. (I plan to change that, but there is no time schedule yet.)The simplest approach would be as follows: