正在尝试安装简单的mtpfs在 ubuntu 机器上。我相信我已经安装了本文末尾列出的所有必要的依赖项。然而我在跑步时得到
sudo make
作为
make: *** 未指定目标且未找到 makefile。停止。
在我的工作文件夹中,我确实看到makefile.am
了makefile.in
此错误是否意味着我的配置未正确运行?运行配置时我没有看到任何错误,但是我确实看到了语法错误
../configure:第 4159 行:意外标记“FUSE”附近出现语法错误
//download and extract zip
https://github.com/phatina/simple-mtpfs
//need libmtp
$ sudo apt-get install libmtp-dev
//need to install C compiler
$ sudo apt-get install build-essential
$ sudo apt-get update
//need to install latest fuse
$ sudo apt-get install libfuse-dev
//need to install autoconf
$ sudo apt install autoconf
$ sudo autoreconf -i
$ mkdir build && cd build
$ ../configure
$ sudo make
$ sudo make install
答案1
我需要先运行
sudo apt-get install pkg-config
跑步前
./autogen.sh