mjpost / bibsearch

Download, manage, and search a BibTeX database.
Other
63 stars 5 forks source link

Installation instructions out of date #48

Open evanmiltenburg opened 4 years ago

evanmiltenburg commented 4 years ago

Brew 2.0 doesn't support arguments anymore: https://discourse.brew.sh/t/since-homebrew-2-0-0-install-params-always-give-invalid-option/4075

Thus brew reinstall sqlite3 --with-fts5 doesn't work, which means that it's not clear how to install sqlite3 with fts. (Not necessarily your problem, but it does mean the instructions no longer work.)

evanmiltenburg commented 4 years ago

It seems that the linked recipe from Anaconda does include fts5, see: https://github.com/conda-forge/sqlite-feedstock/blob/3f3ed21fff001d12754a29fd6702f4c1fe547e6e/recipe/build.sh#L20