Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: herpaderp on September 15, 2012, 03:49:43 AM

Title: Source2TCZ
Post by: herpaderp on September 15, 2012, 03:49:43 AM
Any chance this could happen? it would be a huge leap for tc IMHO. Slax has a similar script for creating modules
Title: Re: Source2TCZ
Post by: curaga on September 15, 2012, 03:58:41 AM
Impossible to do with so many variations in build systems. Practically every package would require additional tweaking, which defeats the purpose.
Title: Re: Source2TCZ
Post by: bmarkus on September 15, 2012, 04:03:34 AM
Impossible to do with so many variations in build systems. Practically every package would require additional tweaking, which defeats the purpose.

In general I agree. But there are the

./configure
make
make install

type sources, where you can automate to set up compiler options and to make the .tcz extension, including to see wether -dev, -doc or -locale is there or not.