This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository www-content.
View the commit online.
commit 26afdbdcad86e1b40321feb49ff0e03aa7923d06
Author: Kim Woelders <[email protected]>
AuthorDate: Mon Jun 13 22:13:46 2022 +0200
e16.txt: autogen -> configure
The e16 tarball does not contain autogen.sh.
autoreconf would work but configure is still needed.
autogen.sh is for building from git.
---
pages/e16.txt | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
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:
<code bash>
-./autogen.sh
+./configure
make
sudo make install
</code>
-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.
----
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.