当我尝试将任何压缩文件安装到 Linux 中时,我永远无法做到,因为:
当我执行
./configure系统时说bash: ./configure: No such file or directory。当我执行
sudo ./configure系统时说sudo: ./configure: command not found。最糟糕的是,当我执行
make系统时说make:*** No rule to make target '/usr/lib64/qt-3.3/mkspecs/default/qmake.conf', needed by 'Makefile'. Stop.用
make install系统说make: *** No rule to make target '/usr/lib64/qt-3.3/mkspecs/default/qmake.conf', needed by 'Makefile'. Stop.完成:我无法将存储库中没有的任何内容安装到我的系统中。
注意:我使用 Linux Mint XFCE 13 (Maya)。
我能做些什么来解决这个不愉快的问题?