WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: FreeRDP ^:^  (Read 1273 times)

Offline zach4tinycore

  • Newbie
  • *
  • Posts: 9
FreeRDP ^:^
« on: May 02, 2021, 07:18:35 PM »
Since this Forum doesn't allow me to post a guide, I've attached a .txt file that should hopefully help those looking to setup PiCore with freeRDP.

Offline zach4tinycore

  • Newbie
  • *
  • Posts: 9
Re: FreeRDP ^:^
« Reply #1 on: May 02, 2021, 07:24:53 PM »
Updated the missing link in file attached (nettle.tcz). New file attached.

Offline Rich

  • Administrator
  • Hero Member
  • *****
  • Posts: 11213
Re: FreeRDP ^:^
« Reply #2 on: May 02, 2021, 08:33:09 PM »
Hi zach4tinycore
From your writeup:
Code: [Select]
tce-load -w  -i Xorg Xlibs flwm aterm wbar nano tcCan be reduced to:
Code: [Select]
tce-load -wi tc nanoThis also adds those items to your  onboot.lst  file.

This is the dependency file for  TC.tcz:
http://tinycorelinux.net/13.x/armv7l/tcz/TC.tcz.dep
When you install  TC.tcz  the items in that dependency will also get installed. If any of those items have dependencies, they
too will get installed, and so on if they have dependencies.

This is the  .tree  file for  TC.tcz.  It shows the entire dependency tree for  TC.tcz:
http://tinycorelinux.net/13.x/armv7l/tcz/TC.tcz.tree
When you install  TC.tcz , everything in that list also gets installed.

Extensions also have  .info  files that sometimes provide useful information:
http://tinycorelinux.net/13.x/armv7l/tcz/TC.tcz.info

Offline zach4tinycore

  • Newbie
  • *
  • Posts: 9
Re: FreeRDP ^:^
« Reply #3 on: May 02, 2021, 08:41:12 PM »
I wanted to be explicit as I know that's important but since there is an easier option like you mentioned I welcome it!
Thanks for the breakdowns on concepts of TC.tcz. Will help for sure.
« Last Edit: May 02, 2021, 08:46:58 PM by zach4tinycore »