Tiny Core Linux

Tiny Core Extensions => TCE Q&A Forum => Topic started by: mbzadegan on December 06, 2010, 04:25:50 AM

Title: Making New Extension
Post by: mbzadegan on December 06, 2010, 04:25:50 AM
Dear TinyCore users :

How to make new extensions from its sources ( tar.gz ) or from portable compiled source ?
This URL http://wiki.tinycorelinux.com/Creating+Extensions don't telling about portable apps ...

Tnx ..
Title: Re: Making New Extension
Post by: gutmensch on December 06, 2010, 05:57:00 AM
well basically if you have precompiled (as you call it portable) binaries, then you start with section 3. on that wiki page, assuming that you copied all files from the portable app to the folder /tmp/package...

personally I prefer real tinycore builds though, because strange lib dependency or other problems are hardly likely to occur that way.
Title: Re: Making New Extension
Post by: tinypoodle on December 06, 2010, 11:49:45 AM
Running 'ldd' on the executables before packaging could not harm.