Re: [SLUG] Unzip and install

2006-01-19 Thread john gibbons

Thanks Miachel and Gottfried.

I now have an opened file sitting as follows: /home/john/vym-1.7.0

Any advice on how I get it to actually run?

John.

Gottfried Szing wrote:


john gibbons wrote:
 


I have installed Fedora 4 and have an application vym-1.7.0.tar.gz on my
desktop. Would appreciate advice on what I type into the terminal to
unzip it and then get it running.
   



to unpack (not to unzip because thats a geziiped tar-ball) use
$ tar xvzf vym-1.7.0.tar.gz

or alternatively to unpack the file to e.g. /tmp

$ tar xvzf vym-1.7.0.tar.gz -C /tmp/

during unpacking the tar-ball you can see a list of files. what to do
next depends on the content of the file. usually there is some txt-file
(e.g. install.txt, readme.txt, ...) with additional information.
worst-case is that you have to compile the application.

but maybe there is an rpm for fedora or better way to install vym on fedora.

br, gottfried

 



--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Unzip and install

2006-01-19 Thread Michael Fox
On 1/20/06, john gibbons [EMAIL PROTECTED] wrote:
 Thanks Miachel and Gottfried.

 I now have an opened file sitting as follows: /home/john/vym-1.7.0

 Any advice on how I get it to actually run?

RTFM

cd /home/john/vym-1.7.0

Look for a README or INSTALL text file and read them. It should state
what to do. I got no idea what vym is, so cant comment further

Thanks
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Unzip and install

2006-01-19 Thread Peter Hardy
On Fri, 2006-01-20 at 16:09 +1100, john gibbons wrote:
 Thanks Miachel and Gottfried.
 
 I now have an opened file sitting as follows: /home/john/vym-1.7.0
 
 Any advice on how I get it to actually run?

From the FAQ on the website
( http://www.insilmaril.de/vym/faq.html#id47367 )


Make sure you have QT installed (more info about QT can be found in the
link at Documentation-QT. For example in SUSE Linux you need the qt3
rpms.) Then run

qmake

to generate the Makefile and afterwards a simple

make 

should build you the executable. To install the binaries you can call

make install

-- 
Pete, in an incredibly good mood because it's Friday afternoon

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


[SLUG] Unzip and install

2006-01-18 Thread john gibbons
I have installed Fedora 4 and have an application vym-1.7.0.tar.gz on my 
desktop. Would appreciate advice on what I type into the terminal to 
unzip it and then get it running.


John.
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Unzip and install

2006-01-18 Thread Michael Fox
On 1/18/06, john gibbons [EMAIL PROTECTED] wrote:
 I have installed Fedora 4 and have an application vym-1.7.0.tar.gz on my
 desktop. Would appreciate advice on what I type into the terminal to
 unzip it and then get it running.

man tar


tar zxvf vym-1.7.0.tar.gz
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html


Re: [SLUG] Unzip and install

2006-01-18 Thread Gottfried Szing


john gibbons wrote:
 I have installed Fedora 4 and have an application vym-1.7.0.tar.gz on my
 desktop. Would appreciate advice on what I type into the terminal to
 unzip it and then get it running.

to unpack (not to unzip because thats a geziiped tar-ball) use
$ tar xvzf vym-1.7.0.tar.gz

or alternatively to unpack the file to e.g. /tmp

$ tar xvzf vym-1.7.0.tar.gz -C /tmp/

during unpacking the tar-ball you can see a list of files. what to do
next depends on the content of the file. usually there is some txt-file
(e.g. install.txt, readme.txt, ...) with additional information.
worst-case is that you have to compile the application.

but maybe there is an rpm for fedora or better way to install vym on fedora.

br, gottfried



signature.asc
Description: OpenPGP digital signature
-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html