WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: How to make self compiled programs presistant  (Read 1859 times)

Offline schmo

  • Newbie
  • *
  • Posts: 9
How to make self compiled programs presistant
« on: October 28, 2015, 05:00:31 PM »
Hi all,

i compiled some programs by myself. Is there a way, to make them presistant so i can reboot or do i have to build an extension out of it?

Greetings

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: How to make self compiled programs presistant
« Reply #1 on: October 28, 2015, 05:03:16 PM »
I recommend making an extension.
The other option is to store them on the hard drive, but then you have to deal with pathing.

Offline Misalf

  • Hero Member
  • *****
  • Posts: 1702
Re: How to make self compiled programs presistant
« Reply #2 on: October 28, 2015, 05:10:56 PM »
Also you could store your binaries at  ~/.local/bin/  and refresh your backup.
If they depend on files at e.g.  /usr/local/share/  you probably want to create extensions.
Download a copy and keep it handy: Core book ;)

Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: How to make self compiled programs presistant
« Reply #3 on: October 28, 2015, 05:40:17 PM »
That would make your program take up room in the backup, slowing down both shutdown and boot.
It would also mean the application would consume space in the RAM filesystem instead of just occupying a symbolic link.

Offline Zendrael

  • Sr. Member
  • ****
  • Posts: 363
    • Zendrael's home of projects
Re: How to make self compiled programs presistant
« Reply #4 on: November 06, 2015, 01:05:46 PM »
Hi!

If your application isn't in your home folder or if it is in any place that is not listed in the backup list, you should put it there to be backuped. But, as gerald_clark says, it will slow down you system on boot and shutdown depending on the size of your applications.

If you're using GUI, open the control-panel then  backup and then add your apps from there.