centos7安装pandoc

本文介绍了如何在CentOS 7上安装Stack并利用Stack安装Pandoc的过程。首先通过添加源仓库并安装Stack,接着克隆Pandoc的开发仓库,更新子模块并安装依赖库zlib,最后完成Pandoc的安装并配置环境变量。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

  1. Install stack
  • Add the appropriate source repository:

curl -sSL https://s3.amazonaws.com/download.fpcomplete.com/centos/7/fpco.repo | sudo tee /etc/yum.repos.d/fpco.repo

  • Install:

sudo yum -y install stack

  1. fetch the development pandoc code by cloning the repository

git clone https://github.com/jgm/pandoc

cd pandoc

git submodule update --init # to fetch the templates

3.install the dependency libs:zlib

sudo yum install zlib-devel

4.install pandoc

stack setup

stack install

5.wait….

6.Configure PATH

vi /etc/profile

At the end of the file, add “export PATH=/root/pandoc/.stack-work/install/x86_64-linux/lts-6.14/7.10.3/bin:$PATH”

Source /etc/profile

转载于:https://my.oschina.net/yale8848/blog/888670

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值