(This might be the wrong forum for posting this, but it is a Question, so I assumed Q&A made sense).
I would like to install some software not included as a TCZ. In a normal Linux installation, I would simply extract the tar, run configure, make and make install. However, not only will this not persist on TinyCore but because the files are stored in RAM, I simply don't have the memory to do that. I could put the software on /mnt/sda1 and then manually put in place symbolic links I guess but that is not only complicated, I'd have to put the links back every reboot. I presume there's a simpler way that's similar to how TCZs work, but I don't know what it is. Can anyone explain how I can solve this issue? Thanks.