有没有办法在 Ubuntu 16.10 上安装 Emacs 25 或 25.1 而不必从源代码编译?
我想要一个稳定的 Emacs 安装,不希望安装不稳定或每晚构建。
谁能解决这个错误?配置 emacs 并运行 make 后,我得到以下信息:
[jroberts@pc emacs-24.3]$ make
make: *** No targets specified and no makefile found. Stop.
Run Code Online (Sandbox Code Playgroud)
这是我运行时的输出 ./configure
[jroberts@pc emacs-24.3]$ ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler …
Run Code Online (Sandbox Code Playgroud)