WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=c5c4dfb62efb7cdd7b27cd00a5faf2d0381c48c0
commit c5c4dfb62efb7cdd7b27cd00a5faf2d0381c48c0 Author: Philippe Jean Guillaumie <bat...@sfr.fr> Date: Sun Apr 11 04:12:33 2021 -0700 Wiki page e16 changed with summary [] by Philippe Jean Guillaumie --- pages/e16.txt | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/pages/e16.txt b/pages/e16.txt index c34cde539..e5c82c139 100644 --- a/pages/e16.txt +++ b/pages/e16.txt @@ -25,13 +25,11 @@ The documentation project for theme creation - [[https://web.archive.org/web/201 ==== Compilation ==== -Before compilation you need to have proper dependencies installed, mainly the imlib2 library. -For example on Debian (stretch) the following deps will be helpful before the compilation: -''libimlib2-dev -libxft-dev -libxinerama-dev -libxrandr-dev -libxcomposite-dev'' +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 before the compilation: +<code bash> +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: --