On Thu, 31 Aug 2017 19:42:19 +0200 Davide Andreoli <d...@gurumeditation.it>
said:

> I digged a bit more in this lack of the configure script:
> 
> at least in the arch linux packages this will require the PKGBUILD file to
> be changed as it do not run autogen.sh
> 
> I may be wrong but I think that all distro are building packages running
> only configure

the makefile.am's should probably be include all the meson.build files in
EXTRA_DIST and right now the dist tarball should be made with "make dist"
rather than meson's ninja dist. this way the tarball should build with both.
either that or create 2 tarballs. a meson one and an autofoo one and name them
differently.

> 2017-08-31 7:15 GMT+02:00 <jeanseb.vale...@free.fr>:
> 
> >
> > Hi,
> >
> >
> > I think it should be :
> >
> >
> > ./autogen.sh
> > ./configure
> > make
> > sudo make install
> > sudo ldconfig
> >
> >
> > I use both autogent.sh and configure in my debian/rules file to generate
> > my .deb.
> >
> >
> >
> >
> >
> > ----- Mail original -----
> >
> > De: "Davide Andreoli" <d...@gurumeditation.it>
> > À: "Enlightenment developer list" <enlightenment-devel@lists.
> > sourceforge.net>
> > Cc: "“g...@lists.enlightenment.org”" <g...@lists.enlightenment.org>
> > Envoyé: Mercredi 30 Août 2017 22:53:51
> > Objet: Re: [E-devel] [EGIT] [website/www-content] master 01/01: Wiki page
> > download changed with summary [] by Mike Blumenkrantz
> >
> > 2017-08-30 22:08 GMT+02:00 Mike Blumenkrantz <zm...@enlightenment.org>:
> >
> > > WWW-www.enlightenment.org pushed a commit to branch master.
> > >
> > > http://git.enlightenment.org/website/www-content.git/commit/?id=
> > > 1f3a717a3cedff7de88b0a6476323775fb066133
> > >
> > > commit 1f3a717a3cedff7de88b0a6476323775fb066133
> > > Author: Mike Blumenkrantz <zm...@enlightenment.org>
> > > Date: Wed Aug 30 13:08:16 2017 -0700
> > >
> > > Wiki page download changed with summary [] by Mike Blumenkrantz
> > > ---
> > > pages/download.txt | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/pages/download.txt b/pages/download.txt
> > > index c267e814..e978bd93 100644
> > > --- a/pages/download.txt
> > > +++ b/pages/download.txt
> > > @@ -33,7 +33,7 @@ When compiling from source, build in this order:
> > > For every tarball you download untar it with ''tar zxf file.tar.gz'' and
> > > then go into the directory created. Please see the README file in this
> > > directory for each project for 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
> > > sudo ldconfig # needed on Linux to update linker library database
> > >
> >
> > Are you sure about this?
> > usually released package ship with the configure script already generated
> > and the user is not expected to run autogen (that need much more
> > dependencies and tools to run)
> >
> >
> >
> >
> > >
> > > --
> > >
> > >
> > >
> > ------------------------------------------------------------
> > ------------------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > _______________________________________________
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> > ------------------------------------------------------------
> > ------------------
> > Check out the vibrant tech community on one of the world's most
> > engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> > _______________________________________________
> > enlightenment-devel mailing list
> > enlightenment-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
> >
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-- 
------------- Codito, ergo sum - "I code, therefore I am" --------------
The Rasterman (Carsten Haitzler)    ras...@rasterman.com


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to