ubuntu 的 make 不能用 - Linux

Table of Contents


我的是 Ubuntu 10.10

我下載了一個 tar.gz的檔案

並且以 tar -zxvf 解壓縮好了

也確認資料夾中有 INSTALL Makefile 等等的檔案

但是每當我輸入 make

就會出現

make: *** No targets specified and no makefile found. Stop.

怎麼會這樣呢????

--

All Comments

Irma avatarIrma2011-05-31
要先./configure ?
Kristin avatarKristin2011-06-05
make -f Makefile 看看?
Todd Johnson avatarTodd Johnson2011-06-08
less INSTALL 先看看說明吧...
Lily avatarLily2011-06-12
還是不行耶~./configure有過了~