Wiki page e16 changed with summary [Add xmlto to dependencies] by Philippe Jean Guillaumie

This commit is contained in:
Philippe Jean Guillaumie 2022-02-06 04:24:11 -08:00 committed by www-data
parent c001bce324
commit 039ab4a0b6
1 changed files with 3 additions and 3 deletions

View File

@ -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.