Skip to content
Extraits de code Groupes Projets
Vérifiée Valider dc6c52cf rédigé par Kubat's avatar Kubat
Parcourir les fichiers

MISC: Doc update

- Readme update
- Changelog update
- WSL and windows build don't work out of the box
- Pb with WSL and the XDG_RUNTIME_DIR env variable
parent df74b85f
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!119Download obfuscation
# 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
......
......@@ -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).
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter