Tiny Core Extensions > TCE Q&A Forum
Running a script on click
Rich:
Hi edmazing
--- Quote from: edmazing on March 23, 2026, 09:25:22 PM --- ... Is there a simple way to sort dependencies? Or will I have to trial and error it?
--- End quote ---
Yes there is.
--- Code: ---mkdir deps
cd deps
# Place the attached MinimizeDeps.sh and Deps.lst files here.
chmod 755 MinimizeDeps.sh
./MinimizeDeps.sh
--- End code ---
The Result.dep file produced is the minimum required to
satisfy all dependencies. Rename it to P9.tcz.dep.
Place it with P9.tcz in your tce directory.
When you tce-load -i P9 it should load all dependencies.
The script (MinimizeDeps.sh) has variables that are set for TC17 x86.
Deps.lst contains the names of all of the extensions you want to load.
Hopefully you used tce-load -w to download all your extensions
so you have .dep files for extensions that need them.
Navigation
[0] Message Index
[*] Previous page
Go to full version