Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
On Thu, Dec 14, 2017 at 03:03:22PM +0100, Roberto Resoli wrote: > Il 14/12/2017 12:51, Roberto Resoli ha scritto: > > Il 14/12/2017 12:41, Roland Kammerer ha scritto: > >>> config.status: error: cannot find input file: `user/shared/config.h.in' > >> That one is generated by autoheader, and what you want to run is > >> ./autogen.sh > > Thanks, building now ... > > build done, for configuring I used > > /configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc > --with-distro debian > > > the debian package part is missing from Makefile, but taking inspiration > from "km-deb" target in module Makefile i executed > > debuild -i -us -uc -b > > which warned about missing "dh-systemd" and "docbook-xsl" packages. > > After installing them, all went well. Good. > > some hint in README.md file would'nt hurt; will > > try to propose an initial version. > > I will try to resume in the proposed patch to README.md my findings, > while waiting for rc2. As I already wrote, we don't want to maintain that information for all and every distribution. For example there are ones out there that don't have dh-systemd, so that would be the first extra-rule. If it is there, people expect it works and is up to date. And there are *many* exceptions. Believe me, I wrote (parts)/know our build system. It does not make it easier to have a very minimal version in the README.md that worked for your use case. It will never be complete, it will outdate. Sorry, but don't expect me to merge that. And without speaking for the others in the team, don't expect anyone from us to merge that. Write a blog post, maintain a wiki, fork the users-guide, whatever fits you, but I don't won't that. Not in the users-guide, not in the project sources. Thanks, rck