且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

在Ubuntu上构建Emacs-找不到库

更新时间:2023-11-10 16:56:34

出于完整性考虑,

# Install essential build tools
sudo apt-get install build-essential

第二,下载Emacs依赖项:

Second, download Emacs dependencies:

# Get all dependencies of a previous Emacs version
sudo apt-get build-dep emacs24

./configure
make