From: Steinar H. Gunderson Date: Sun, 16 Dec 2018 09:14:26 +0000 (+0100) Subject: Document that we need SQLite for Futatabi. X-Git-Tag: 1.8.0~14 X-Git-Url: https://git.sesse.net/?p=nageru;a=commitdiff_plain;h=488f07a129b5326f1dcf7d80484661073f4fd268 Document that we need SQLite for Futatabi. --- diff --git a/README b/README index e6f7f17..10d6690 100644 --- a/README +++ b/README @@ -71,6 +71,8 @@ Nageru currently needs: - LuaJIT, for driving the theme engine. + - SQLite, for storing Futatabi state. + - Meson, for building. - Optional: CEF (Chromium Embedded Framework), for HTML graphics. @@ -92,7 +94,7 @@ with: libzita-resampler-dev libva-dev libavcodec-dev libavformat-dev \ libswscale-dev libavresample-dev libmovit-dev libegl1-mesa-dev \ libasound2-dev libx264-dev libbmusb-dev protobuf-compiler \ - libprotobuf-dev meson + libprotobuf-dev libsqlite3-dev meson Exceptions as of November 2018: