我下載了問題安裝庫
http://ftp.de.debian.org/debian/pool/main/t/towitoko/towitoko_2.0.7.orig.tar.gz
一個文件夾,我把它解壓縮到:
C:\towitoko-2.0.7
在它說的指示:
編譯這個包最簡單的方法是:
cd' to the directory containing the package's source code and type
./configure'爲您的系統配置軟件包。如果你是 使用csh' on an old version of System V, you might need to type
sh ./configure'而不是阻止csh' from trying to execute
configure'本身。運行`configure'需要一段時間。在運行時,它會打印一些 消息,告訴它正在檢查哪些功能。
輸入`使」來編譯軟件包。
或者,鍵入`make check'以運行該軟件包附帶的任何自檢。
輸入`make install'來安裝程序以及任何數據文件和 文檔。
您可以刪除該程序的二進制文件,並通過鍵入
make clean'. To also remove the files that
配置對象從 源代碼目錄中的文件「創建(所以你可以編譯包 不同類型的計算機上),類型make distclean'. There is also a
化妝維護者乾淨」的目標,但是該軟件包的開發人員主要針對 。如果您使用它,您可能必須獲得 各種其他程序才能重新生成 分發的文件。
所以我輸入了我的控制檯:
C:\Users\animal>cd C:\towitoko-2.0.7
C:\towitoko-2.0.7>./configure
The command "." is either fals wrote or couldnt be found.
我是怎麼了?
你在做什麼錯,試圖在Windows機器上運行「unix」風格的shell腳本。這很可能與您從「debian」腳本中下載它的事實有關。我不熟悉towitoko,所以不知道是否有可能在Windows上編譯或不... –