Tiny Core Linux
Tiny Core Extensions => TCE Talk => Topic started 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.
-
Just create a custom.tcz.dep (where your extension would be custom.tcz)
This is a list of dependencies, one extension per line.
-
It's helpful, thank you