系统很小。应用软件都的自己装。

首先把  APT’s database is not updated.

     # apt-get update
    # apt-get upgrade

再装其它软件。

  make xconfigure 无法运行时:

apt-get install qt3-dev-tools

编译QVFB  是出现:

出现:C++ preprocessor "/lib/cpp" fails sanity check 


sudo apt-get install build-essential
在出现:

nfigure: error: Can't find X includes. Please check your installation and add the correct paths!

 

少:xorg-dev

sudo apt-get install xorg-dev

搞定!!!!!

 

进入qvfb-1.1,由于qvfb的编译需要QT3的头文件,所以先通过以下命令安装这些头文件:
sudo apt-get install libqt3-mt-dev
然后运行以下命令编译安装:
./configure --with-qt-includes=/usr/include/qt3 --with-qt-libraries=/usr/lib
make
sudo make install



 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-05-23
  • 2021-05-04
  • 2021-06-27
  • 2021-09-06
  • 2021-08-06
猜你喜欢
  • 2022-01-10
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
  • 2021-04-02
  • 2021-12-18
相关资源
相似解决方案