How do I install an application that was downloaded as .tar.gz?
发布时间:2011-12-26 10:38:42来源:红联作者:zhangzixin
I downloaded gyachi-1.2.11.tar and extracted it to the desktop.How do I install it?
Thanks
文章评论
共有 2 条评论
wt08pmto229 于 2012-02-08 12:07:48发表:
what is wrong with the relationship between jon jones and some fans of mma? the brightest star of youth in sport is currently gathering a large group of enemies. the fans in toronto at the ufc 140 weigh today welcomed jones with a lot of boos.
ailver 于 2011-12-26 11:44:50发表:
Try to use the command prompts rather than GUI.I think you extracted it via GUI.
Now suppose you have xyx.tar file on desktop,then :
Open terminal ie command prompt and go to desktop using:
$cd Desktop
$tar xvf xyz.tar
$cd xyz
$make
$make install
Above are the standard steps.
Exact steps you can get in xyz folder's README or INSTALL file
wt08pmto229 于 2012-02-08 12:07:48发表:
what is wrong with the relationship between jon jones and some fans of mma? the brightest star of youth in sport is currently gathering a large group of enemies. the fans in toronto at the ufc 140 weigh today welcomed jones with a lot of boos.
ailver 于 2011-12-26 11:44:50发表:
Try to use the command prompts rather than GUI.I think you extracted it via GUI.
Now suppose you have xyx.tar file on desktop,then :
Open terminal ie command prompt and go to desktop using:
$cd Desktop
$tar xvf xyz.tar
$cd xyz
$make
$make install
Above are the standard steps.
Exact steps you can get in xyz folder's README or INSTALL file