following the above guidelines, it would be easy to create packages.
unfortunately currently the installation process is quite messed up for
all the LS components. please read the above documents, and comment on it..
(sorry, it's not my best day, so the quality of the document is not as
good as I wanted to...)
avoid using hard-codet references to other components, I would need to know about install paths for exaple storageServer. Which is common way to obtain this information during install?
Thanks,
Sebastian
> -----Ursprüngliche Nachricht-----
> Von: Ákos Maróy [mailto:darkeye@tyrell.hu]
> Gesendet: Montag, 3. Oktober 2005 15:27
> An: livesupport-dev@campware.org
> Betreff: [livesupport-dev] installation guidelines
>
>
> I've committed a new document about component installation guidelines,
> see here:
>
> http://code.campware.org/projects/livesupport/file/trunk/livesuppo
> rt/doc/developmentEnvironment/installation.html?rev86&format=raw
>
> please also see an updated version of the development environment:
>
> http://code.campware.org/projects/livesupport/file/trunk/livesuppo
> rt/doc/developmentEnvironment/buildEnvironment.html?rev86&format=raw
>
>
> following the above guidelines, it would be easy to create packages.
> unfortunately currently the installation process is quite messed up for
> all the LS components. please read the above documents, and
> comment on it..
>
>
> (sorry, it's not my best day, so the quality of the document is not as
> good as I wanted to...)
>
Sebastian Goebel wrote:
> avoid using hard-codet references to other components, I would need
> to know about install paths for exaple storageServer. Which is common
> way to obtain this information during install?
via configure script flags (like --with-storage-server=/here/or/there )
How do I get this variable into the Makefile?
Tryed to use STORAGE_SERVER = @storage-server@, but this will not parsed.
> -----Ursprüngliche Nachricht-----
> Von: Ákos Maróy [mailto:darkeye@tyrell.hu]
> Gesendet: Mittwoch, 19. Oktober 2005 07:52
> An: livesupport-dev@campware.org
> Betreff: Re: AW: [livesupport-dev] installation guidelines
>
>
> Sebastian Goebel wrote:
> > avoid using hard-codet references to other components, I would need
> > to know about install paths for exaple storageServer. Which is common
> > way to obtain this information during install?
>
> via configure script flags (like --with-storage-server=/here/or/there )
>