查看“How to Compile Emacs on Linux”的源代码
←
How to Compile Emacs on Linux
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
== 安装过程== <pre> myos kali 2018 1.先安装基本的编译库 apt-get install build-essential libncurses-dev apt install libpng-dev gnutls-dev 2.下载 解压 wget http://mirrors.ustc.edu.cn/gnu/emacs/emacs-26.1.tar.gz #wget http://mirrors.ustc.edu.cn/gnu/emacs/emacs-25.2.tar.gz tar xvf emacs-26.1.tar.gz && cd emacs-26.1/ #tar xvf emacs-25.2.tar.gz && cd emacs-25.2/ 3. 编译链接 安装 : mkdir emacs_build ## 防止污染源代码 cd emacs_build/ ../configure --with-x-toolkit=no --with-xpm=no --with-jpeg=no --with-gif=no --with-tiff=no ../configure --with-x-toolkit=no --with-xpm=no --with-jpeg=no --with-gif=no --with-tiff=no --with-gnutls=no sudo make -j4 && sudo make install 4.查看结果: /usr/local/bin/emacs --version emacs --version 5. 添加别名 alias emacs='/usr/local/bin/emacs -nw' or rm /usr/bin/emacs && ln -s /usr/local/bin/emacs-26.1 /usr/bin/emacs 此时 就可以 开始你的 emacs 之旅了 </pre> == 参考== [http://mirrors.ustc.edu.cn/gnu/emacs/ 国内镜像] [https://www.gnu.org/software/emacs/manual/html_node/efaq/Installing-Emacs.html 官方安装文档] [http://www.cnblogs.com/DouglasHall/p/6803756.html CentOS编译安装emacs并配置] 记一次编译Emacs的过程 https://lixingcong.github.io/2016/04/19/compile-emacs-on-linux/ mint 安装emacs 24.3源码安装 https://my.oschina.net/u/1186777/blog/147253 自己动手源码安装emacs http://www.jianshu.com/p/231c8f3a68fb# http://ergoemacs.org/emacs/building_emacs_on_linux.html [[category:ops]]
返回至
How to Compile Emacs on Linux
。
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
我的导航
关于我
shell
python
ops
linuxchina.net
blog.linuxchina
最近更改
随机页面
帮助
工具
链入页面
相关更改
特殊页面
页面信息