系統很小。應用軟件都的自己裝。
首先把? 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
?