Re: How to install third party software (format .tar.bz2)

2007-10-04 Thread williamkow

   I received error message, see below:
   # make install
   make: don't know to make install. Stop
   # make INSTALL
   'INSTALL' is up to date.
   __
   __
   Alex P wrote:

   Could you please advise on how to
   install the software with format .tar.bz2   For Example, file
   downloaded from the below link :
   [1][1]http://www.gprsec.hu/downloads/GPRS_Easy_Connect_301.tar.bz2


cd /directory-whith-GPRS_Easy_Connect_301.tar.bz2
bzip2 -d GPRS_Easy_Connect_301.tar.bz2
tar xf GPRS_Easy_Connect_301.tar
cd GPRS_Easy_Connect_301
more README
make install
___
[EMAIL PROTECTED] mailing list
[3]http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [4][EMAIL PROTECTED]

References

   1. http://www.gprsec.hu/downloads/GPRS_Easy_Connect_301.tar.bz2
   2. mailto:freebsd-questions@freebsd.org
   3. http://lists.freebsd.org/mailman/listinfo/freebsd-questions
   4. mailto:[EMAIL PROTECTED]
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


How to install third party software (format .tar.bz2)

2007-10-03 Thread williamkow

   I am new to BSD  UNIX system. Could you please advise on how to
   install the software with format .tar.bz2   For Example, file
   downloaded from the below link :
   [1]http://www.gprsec.hu/downloads/GPRS_Easy_Connect_301.tar.bz2
   It may need to compile(Makefile), or using pkg_add. But I'm not too
   sure how to do it, even though I've read the documents from
   FreeBSD.org
   Whenever I setup a new O/S, I must setup for internet access using my
   mobile phone (Nokia 6230 via USB connection). and I have been
   searching the internet FreeBSD to recognise my phone and allow
   internet access. but... till now I still do not know how to get
   internet access via mobile phone. Please help, Thank you.

References

   1. http://www.gprsec.hu/downloads/GPRS_Easy_Connect_301.tar.bz2
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to install third party software (format .tar.bz2)

2007-10-03 Thread Alex P

Could you please advise on how to
install the software with format .tar.bz2   For Example, file
downloaded from the below link :
[1]http://www.gprsec.hu/downloads/GPRS_Easy_Connect_301.tar.bz2
cd /directory-whith-GPRS_Easy_Connect_301.tar.bz2
bzip2 -d GPRS_Easy_Connect_301.tar.bz2
tar xf GPRS_Easy_Connect_301.tar
cd GPRS_Easy_Connect_301
more README
make install
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: How to install third party software (format .tar.bz2)

2007-10-03 Thread Norberto Meijome
On Wed, 3 Oct 2007 17:30:25 +0400
Alex P [EMAIL PROTECTED] wrote:

 bzip2 -d GPRS_Easy_Connect_301.tar.bz2
 tar xf GPRS_Easy_Connect_301.tar
or
tar xjf GPRS_Easy_Connect_301.tar.bz2



_
{Beto|Norberto|Numard} Meijome

It is a lesson which all history teaches wise men, to put trust in ideas, and 
not in circumstances.
   Emerson

I speak for myself, not my employer. Contents may be hot. Slippery when wet. 
Reading disclaimers makes you go blind. Writing them is worse. You have been 
Warned.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]