WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: Build scripts for an official tiny core extension  (Read 1699 times)

Offline tarruda

  • Newbie
  • *
  • Posts: 8
Build scripts for an official tiny core extension
« 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).

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11022
Re: Build scripts for an official tiny core extension
« Reply #1 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.
The only barriers that can stop you are the ones you create yourself.

Offline tarruda

  • Newbie
  • *
  • Posts: 8
Re: Build scripts for an official tiny core extension
« Reply #2 on: December 16, 2010, 05:38:42 AM »
Alright, thanks.