这样格式的一般是源码包,需要编译才能运行
一般以.tar.gz格式居多,下面是具体的操作:tar zxvf example.tar.gz
cd example
./configure
make
make install

解决方案 »

  1.   

    是在什么环境下操作
    terminator 还是kdevelop
      

  2.   

    在terminator下或者是X-term下都行
    呵呵
      

  3.   

    当我用./configure时
    它说:no such file and directory
    为什么?
      

  4.   

    你先看看有什么可执行的文件,一般来说 ./configure  是肯定有的。
    但是有的文件包 里面使用 的是  build  所以,你就不能在使用 ./configure 了,应该使用 ./build 。
      

  5.   

    你先看看有什么可执行的文件,一般来说 ./configure  是肯定有的。
    但是有的文件包 里面使用 的是  build  所以,你就不能在使用 ./configure 了,应该使用 ./build 。
      

  6.   

    ./configure出现许多check 后说:error: cant find liprpm
    之后我make说:no target specified and no makefile found.
    我应怎样改错?
      

  7.   

    ./configure能帮我解释一下意思?如./是否是上层目录? configure又是什么意思?