简体   繁体   English

如何在Linux上从压缩源构建ManDVD软件包?

[英]How do I build the ManDVD package from compressed source on Linux?

When I try to install any compressed file into Linux I never can, because: 当我尝试将任何压缩文件安装到Linux时,我永远无法这样做,因为:

  1. When I execute ./configure the system says bash: ./configure: No such file or directory . 当我执行./configure ,系统显示bash: ./configure: No such file or directory

  2. When I execute sudo ./configure the system says sudo: ./configure: command not found . 当我执行sudo ./configure ,系统显示sudo: ./configure: command not found

  3. Worst , when I execute make the system says make: *** No rule to make target '/usr/lib64/qt-3.3/mkspecs/default/qmake.conf', needed by 'Makefile'. Stop. 最糟糕的是,当我执行make ,系统会显示make: *** No rule to make target '/usr/lib64/qt-3.3/mkspecs/default/qmake.conf', needed by 'Makefile'. Stop. *** No rule to make target '/usr/lib64/qt-3.3/mkspecs/default/qmake.conf', needed by 'Makefile'. Stop.

  4. With make install the system says 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. make: *** No rule to make target '/usr/lib64/qt-3.3/mkspecs/default/qmake.conf', needed by 'Makefile'. Stop.

  5. Completion: I can't install nothing that is not in the repository into my system. 完成:我无法将存储库中没有的任何东西都安装到我的系统中。

Note: I use Linux Mint XFCE 13 (Maya). 注意:我使用Linux Mint XFCE 13(Maya)。

What can I do to solve this unpleasant problem? 我该怎么解决这个不愉快的问题?

As ManDVD's Makefile says: 正如ManDVD的Makefile所说:

#############################################################################
# Makefile for building: mandvd
# Generated by qmake (1.07a) (Qt 3.3.8b) on: Sun Mar  8 18:32:50 2009
# Project:  mandvd.pro
# Template: app
# Command: $(QMAKE) -o Makefile mandvd.pro
#############################################################################

Makefile was autogenerated by qmake . Makefile由qmake自动生成。

I'm no expert at using qmake , but I think executing qmake will re-generate Makefile , so then you can run make && sudo make install as INSTALL file says. 我不是使用qmake专家,但是我认为执行qmake会重新生成Makefile ,因此您可以按照INSTALL文件中的说明运行make && sudo make install

You should've already discovered project is kind of messy (if not discontinued at all), so take care, and may the force be with you :) 您应该已经发现项目有点混乱(如果根本没有中断的话),所以请当心,也许力量就在您身边:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM