Tiny Core Linux

Tiny Core Extensions => TCE Talk => Topic started by: yvs on July 03, 2024, 07:30:04 PM

Title: how to add a dependency to created .tcz
Post by: yvs on July 03, 2024, 07:30:04 PM
Hi everyone,

following tc `corebook.pdf` I've built custom .tcz extension/package and it works as it's supposed to be and nicely described in book. Just cannot find out at the first sight where dependencies can be added (it needs `ncurses` extension to be installed too). Can you please head me in the right direction of documentation.
Title: Re: how to add a dependency to created .tcz
Post by: Paul_123 on July 03, 2024, 08:07:49 PM
Just create a custom.tcz.dep  (where your extension would be custom.tcz)

This is a list of dependencies, one extension per line.
Title: Re: how to add a dependency to created .tcz
Post by: yvs on July 04, 2024, 02:01:05 AM
It's helpful, thank you