WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=9091bc1a61ba6590270eeb01297029af34111d34
commit 9091bc1a61ba6590270eeb01297029af34111d34 Author: Philippe Jean Guillaumie <bat...@sfr.fr> Date: Sun Apr 11 04:14:53 2021 -0700 Wiki page e16 changed with summary [Add dependencies] by Philippe Jean Guillaumie --- pages/e16.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/e16.txt b/pages/e16.txt index e5c82c139..8df6cf1ad 100644 --- a/pages/e16.txt +++ b/pages/e16.txt @@ -28,7 +28,7 @@ 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 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 +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: --