diff --git a/pages/e16.txt b/pages/e16.txt index 0f7e67b92..730aba191 100644 --- a/pages/e16.txt +++ b/pages/e16.txt @@ -34,17 +34,17 @@ sudo apt install asciidoc build-essential libimlib2-dev libpango1.0-dev libpulse 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: -./autogen.sh +./configure make sudo make install -If autogen 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. === Running e16 locally === -Note that you can build and run E16 only with local user privileges -- just provide arguments to autogen such as ''--prefix=/home/user/e'' or similar and run E16 from there. How to run it varies across different systems but often putting the path to binary into ~/.xinitrc will just work. +Note that you can build and run E16 only with local user privileges -- just provide arguments to configure such as ''--prefix=/home/user/e'' or similar and run E16 from there. How to run it varies across different systems but often putting the path to binary into ~/.xinitrc will just work. ----