我下在了一个压缩包按照官网的介绍有2中方法安装(1)<span style="font-weight: bold;">jam</span>(2)<br><h2><font size="2">GNU make</font></h2>系统默认没有安装jam,bjam,我就在新立德里勾选安装了。<br>可是在我解压后切换到目录下运行<br>~/gpstk$ ls<br>bin  include  lib<br><br>~/gpstk/bin$ jam<br>Jamfile: No such file or directory<br>...found 7 target(s)...<br>我实在没弄明白。于是我就尝试第2种方法make<br>我先安装了sudo apt-get install autoconf  automake libtool<br>然后<br>~/gpstk$ ./autogen.sh<br>bash: ./autogen.sh: 没有那个文件或目录<br>~/gpstk$ ./configure<br>bash: ./configure: 没有那个文件或目录<br>尝试了2中方法都不行,软件的官方网站是http://www.gpstk.org/bin/view/Documentation/BuildingGPSTkUnderUnix,希望有谁能帮上我,3q<br><br>