[openbeos] Re: haiku.image with developer tools and co

On 2008-03-28 at 23:44:35 [+0100], Ralf Schuelke <teammaui@xxxxxx> wrote:
> On 2008-03-28 at 15:11:17 [+0100], Ingo Weinhold <ingo_weinhold@xxxxxx>
> wrote:
> > 
> > On 2008-03-28 at 17:59:01 [+0100], Ralf Schuelke <teammaui@xxxxxx> wrote:
> > > i build a image with:
> > >     jam haiku-image
> > > 
> > > but we can add the developer tools into the image?
> > > gcc,headers,pe, etc...
> > > 
> > > and i listen the pe editor is the default coding editor, is this in the
> > > haiku tree now ? ore used from pe@berlios ?
> > 
> > Haiku's build system has a feature called optional packages, which will
> > include additional software. Most of them will download one or more zip
> > files from the internet (via wget). You can enable the optional packages
> > you want in your build/jam/UserBuildConfig file, e.g.:
> > 
> >     AddOptionalHaikuImagePackages Development Pe ;
> > 
> > > the other is, beos have a nice makefile engine, have haiku gcc this too 
> > > ?
> > > (a jamfile-engine for apps are nice too :-) )
> > 
> > We don't have a makefile engine yet. I suppose we want one, though.
> > 
> > CU, Ingo
> OK thanks its working
> 
> but ncruses and his headers are not aviable in the image and Developments
> Packages?

I don't know what files ncurses wants to be installed, but libncurses.a is on 
the image, and I've added the headers in r24656.

CU, Ingo

Other related posts: