Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2007 17:30:25 +0400
From:      "Alex P" <subscrigood@gmail.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: How to install third party software (format .tar.bz2)
Message-ID:  <91b2a4f50710030630w175773f6r2939a2f2ac09f181@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
>
>    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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?91b2a4f50710030630w175773f6r2939a2f2ac09f181>