diff --git a/.gitignore b/.gitignore index b8617e347..d3419b0be 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,6 @@ CMakeCache.txt CMakeFiles/ build/ -.vscode/ \ No newline at end of file +.vscode/ +cmake-build-*/ +.idea/ \ No newline at end of file diff --git a/INSTALL.md b/INSTALL.md index b97d2fe60..97ad02d65 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -33,6 +33,8 @@ Please refer to [Deployment](#deployment) for further configuration options. __Note__: this installation process and the default values of the configuration files have been written for _Debian Bookworm_. Therefore, you may have to adapt commands and/or paths in order to fit to your distribution. ### Build dependencies __Notes__: +* Wt by default uses bundled Sqlite, which does not support needed features. It will probably need to be compiled with + `-DUSE_SYSTEM_SQLITE3=ON` for cmake. * a C++17 compiler is needed * ffmpeg version 4 minimum is required ```sh diff --git a/approot/artists.xml b/approot/artists.xml index 129388602..d28c69fff 100644 --- a/approot/artists.xml +++ b/approot/artists.xml @@ -6,7 +6,9 @@