Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: tarruda on December 16, 2010, 05:07:51 AM

Title: Build scripts for an official tiny core extension
Post by: tarruda on December 16, 2010, 05:07:51 AM
Hi, I would like to know if I can have access to the download/build scripts of an official tinycore extension. The reason is that sometimes I want to add or remove a feature while mantaining all the patches for maximum compatibility(ex: adding gui support to vim).
Title: Re: Build scripts for an official tiny core extension
Post by: curaga on December 16, 2010, 05:23:42 AM
If any, they are posted right next to the extension source. If there are none, assume a plain ./configure or a simple switch like --prefix=/usr/local.

edit: For this particular extension (vim), it hasn't had an update during the 3.x era, so the sources are in the 2.x extension area.
Title: Re: Build scripts for an official tiny core extension
Post by: tarruda on December 16, 2010, 05:38:42 AM
Alright, thanks.