Author Topic: Tar Files  (Read 2498 times)

jose-vi

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Tar Files
« on: June 22, 2006, 08:06:52 am »
Hello All
I have found several Tar files, and when I unzip these inside are a lot of files and directories.
Anyone knows their usage , the way of handling it?
Are diffeents of Sh files, not?
Any idea will be wellcome.

jfv

  • Sr. Member
  • ****
  • Posts: 437
    • View Profile
Tar Files
« Reply #1 on: June 22, 2006, 12:20:21 pm »
Probably source code. If you have the right compiler, going into the directory and issuing the commands:
./configure;make;make install
will compile and install the app. Sounds like you don't know much about linux. Maybe pdaXrom is not the best starting ROM for you.

Felipe
SL 5000 D  and C860 Sharp ROM
Too many accessories...

bluedevils

  • Hero Member
  • *****
  • Posts: 1284
    • View Profile
    • http://
Tar Files
« Reply #2 on: June 22, 2006, 08:36:17 pm »
?  

well I wouldn't get discouraged by that comment.  What are the tar files called?  Are they tarballs (.tar.gz meaning gzipped and tarred)?

As mentioned before, many times these are the raw source code bundled up in a tarball.  You would need to compile the source code to get the actual binary program.  It's definitely not a task for a beginner, but you can still learn and enjoy the pdaxrom from the programs that are already compiled.

I'm not sure about the last question, but I'm guessing you are asking about shell scripts  (.sh files).  Yes shell scripts are not source code.  Shell scripts are a set of instuctions to carry out a task and not a binary program.
« Last Edit: June 22, 2006, 08:37:17 pm by bluedevils »
I'm now an iphone user and use my zaurii as serial terminals, perl and shell scripting and when I need 640x480 screens

sl-c3100/pda cacko 1.23 | sl-6000l/needs battery | sl-c760/server pdaxrom rc12 | Former sl-5500/tkcrom owner (sister's birthday gift)

jose-vi

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Tar Files
« Reply #3 on: June 23, 2006, 07:44:30 am »
Quote
?  

well I wouldn't get discouraged by that comment.  What are the tar files called?  Are they tarballs (.tar.gz meaning gzipped and tarred)?

As mentioned before, many times these are the raw source code bundled up in a tarball.  You would need to compile the source code to get the actual binary program.  It's definitely not a task for a beginner, but you can still learn and enjoy the pdaxrom from the programs that are already compiled.

I'm not sure about the last question, but I'm guessing you are asking about shell scripts  (.sh files).  Yes shell scripts are not source code.  Shell scripts are a set of instuctions to carry out a task and not a binary program.
[div align=\"right\"][a href=\"index.php?act=findpost&pid=132469\"][{POST_SNAPBACK}][/a][/div]
Hello
I wish to learn to build shell scrips.
You could explain me the way it must be make?
And thanks to both for your help.

bluedevils

  • Hero Member
  • *****
  • Posts: 1284
    • View Profile
    • http://
Tar Files
« Reply #4 on: June 23, 2006, 09:06:01 am »
there are plenty of linux shell script tutorials on the internet

here's one
I'm now an iphone user and use my zaurii as serial terminals, perl and shell scripting and when I need 640x480 screens

sl-c3100/pda cacko 1.23 | sl-6000l/needs battery | sl-c760/server pdaxrom rc12 | Former sl-5500/tkcrom owner (sister's birthday gift)

jose-vi

  • Jr. Member
  • **
  • Posts: 98
    • View Profile
Tar Files
« Reply #5 on: June 23, 2006, 09:39:20 am »
Quote
there are plenty of linux shell script tutorials on the internet

here's one
[div align=\"right\"][a href=\"index.php?act=findpost&pid=132561\"][{POST_SNAPBACK}][/a][/div]
Thanks you.
I will study it.