PDA

View Full Version : how to unpack the tarball?



erice2
08-30-2003, 10:40 AM
I know how to compile it from scratch but I can't get into the file. I guess I don't know what a .bz2 file is? Can someone help? I have tried tar with just -xf and also tar with -x --gunzip -f but niether work.

ieatacid
08-30-2003, 11:07 AM
http://seq.sourceforge.net/forums/images/top_search.gif (http://seq.sourceforge.net/forums/search.php?s=) is your friend ;)

the answer is just a few posts below your's (here (http://seq.sourceforge.net/forums/showthread.php?s=&threadid=3919)):
You need to make sure to untar the tarball into it's own directory. It should not be untarred over another directory.

So, yes. wipe your old showeq directory and untar.

Here's an example:


code:--------------------------------------------------------------------------------
$ cd ~
$ rm -fr showeq
$ tar xjvf ShowEQ-4.3.9.tar.bz2
$ cd showeq
$ make -f Makefile.dist
$ ./configure
$ make
$ make install
--------------------------------------------------------------------------------


Enjoy,
Zaphod (dohpaZ)

erice2
08-30-2003, 11:17 AM
That solved it. I did have it in its own directory and had wiped the previous one. I think using your switches is what did it. Sorry for making you answer something that had been answered but Im happy as its working. :)

thanks again.

Circles
09-01-2003, 09:22 AM
funny you should mention it, but i just used KDE's visual file manager and opened it like a folder, then drug out the contents. it handled the decompression for me. (kde 3, mandrake 9.1)

SeqTester
09-01-2003, 09:56 AM
I also downloaded and put the file where I wanted in KDE then right clicked and [Extract here...] and everything worked fine.