WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=039ab4a0b66085e436b3822861ce92b859ebefe8
commit 039ab4a0b66085e436b3822861ce92b859ebefe8 Author: Philippe Jean Guillaumie <[email protected]> Date: Sun Feb 6 04:24:11 2022 -0800 Wiki page e16 changed with summary [Add xmlto to dependencies] by Philippe Jean Guillaumie --- pages/e16.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/e16.txt b/pages/e16.txt index 63f247ac8..438520663 100644 --- a/pages/e16.txt +++ b/pages/e16.txt @@ -28,18 +28,18 @@ The documentation project for theme creation - [[https://web.archive.org/web/201 Before compilation you need to have proper dependencies installed, mainly the //imlib2// library. For example, on debian-based distributions, the following deps will be helpful: <code bash> -sudo apt install build-essential libimlib2-dev libpango1.0-dev libpulse-dev libsndfile1-dev libxdamage-dev libxft-dev libxinerama-dev libxrandr-dev libxcomposite-dev +sudo apt install build-essential libimlib2-dev libpango1.0-dev libpulse-dev libsndfile1-dev libxdamage-dev libxft-dev libxinerama-dev libxrandr-dev libxcomposite-dev xmlto </code> Untar downloaded e16 tarballs (mainly you want e16 and themes) by ''tar zxf downloaded.file.tar.gz'' and then go into the directories created. Please see the README file in this directory for each project for additional information on dependencies, configuration, etc. Just remember that all our release tarballs come with configure set up so to compile you just need to do this in the source directory: <code bash> -./configure +./autogen.sh make sudo make install </code> -If ''configure'' fails, you are likely missing a dependency - provide it. It should tell you what that dependency is. +If configure fails, you are likely missing a dependency - provide it. It should tell you what that dependency is. Note that combination of lightdm + .xsession + e16 is known to work on Debian systems, while using e.g. gdm3 + .xsession was observed to cause problems with launching e16. --
