如果下载的代码执行make -j时找不到makefile,需要自己生成,现在有makefile.am
sudo apt install automake libtool m4 autoconf
autoconf
autoreconf -vif 这句应该是生成configure的
./configure
不知道是哪个命令起了作用,总之生成了makefile.
如果以后弄明白再来补充吧。
如果下载的代码执行make -j时找不到makefile,需要自己生成,现在有makefile.am
sudo apt install automake libtool m4 autoconf
autoconf
autoreconf -vif 这句应该是生成configure的
./configure
不知道是哪个命令起了作用,总之生成了makefile.
如果以后弄明白再来补充吧。