diff --git a/CHANGELOG b/CHANGELOG index 7347c86f907bc1b53b11a1303c93eaec32fcf26b..826e7600dbb5a881a5ecc37571263ef7853e31c7 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,9 @@ -# v2.1 +# Next + +- Download the bakabase with obfuscation or not +- Add json-c to the download dependency script (add cmake as a requirement for that) + +# v2.1 (df74b85f) - Add dependency dl system at configure time, to be able to build on systems that don't have the correct version of libraries - Add hooks at queue begin and queue next events diff --git a/README.md b/README.md index a46b0ed9b94c24b75971d8e530a502dfb8512ae1..2b61bf0d1fa9820ec601e56ec00ac789cb38994a 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,13 @@ On archlinux, you need only to install the package: makepkg -si ``` +**Important note**: if you are building using WSL, `lektord` will likely not +launch, because `XDG_RUNTIME_DIR` is not defined here. This folder is +important, this is where most of your deamons are puttings theirs sockets and +so. Blame Microsoft for that. A workaround is to export one: `export +WDG_RUNTIME_DIR=$(mktemp -d)` before launching lektord. Be aware that you will +have issues with sound and videos becouse you will need to set up a X server... + Currently, supported compilers are: `icc` 19.1.2.254 and above, `gcc` 8.3.0 and above, `clang` 7.0.1 and above. It compiles on debian, thus it must compiles on your system (apport from CentOS, because I never tested on it).